Flash/php/mySQL?
Flash/php/mySQL?
Out of context: Reply #3
- Started
- Last post
- 11 Responses
- dajaniel0
Shouldn't you use $firstName_field etc. instead of $_POST[firstName]? And anyway, shouldn't that be $_POST['firstName'] rather than '$_POST[firstName]'?
Also I'd seriously recommend you santise/escape any data you've collected from a form before inserting into your database, to avoid SQL injection attacks...