Posted by Jim Moseby on 10/19/81 11:31
<snippity snip>
>
> Any ideas? The code is below.
<snip snip>
> mysql_query($add_to_db);
Hi Stewart. Your query is failing for some reason (as others here have
mentioned). I would change the above line to read:
mysql_query($add_to_db) or die(mysql_error()."<br>$add_to_db");
This will make the script die, and will print the mysql error and the SQL
statement that caused it.
JM
Navigation:
[Reply to this message]
|