Jump to content

MySQL query not working


Guest

Recommended Posts

well the first and foremost issue is that you can only run one query at a time using mysql_query().  separating them by semicolons won't work, and will trigger an SQL syntax error.

 

whether those statements are allowed or not is beyond me - i would imagine it depends on the host setup and whether or not the user you're trying to run it with has permission.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.