another query not working..
Moderator: General Moderators
another query not working..
Solved. Ty
Last edited by FluxNYC on Wed Mar 28, 2007 6:18 pm, edited 1 time in total.
Please use the same "fixes" as in viewtopic.php?t=65632
i.e.
- error_reporting(E_ALL) and display_errors=On
- mysql_real_escape instead of addslashes
- $_POST['camp_id'] instead of $_POST[camp_id], see http://www.php.net/manual/en/language.t ... rray.donts
- error handling vie mysql_error and/or mysql_errno
The error is caused by one field name, but please adjust the script first.
i.e.
- error_reporting(E_ALL) and display_errors=On
- mysql_real_escape instead of addslashes
- $_POST['camp_id'] instead of $_POST[camp_id], see http://www.php.net/manual/en/language.t ... rray.donts
- error handling vie mysql_error and/or mysql_errno
The error is caused by one field name, but please adjust the script first.