:: DEVELOPER ZONE
If you get Commands out of sync; you can't run this command
now in your client code, you are calling client functions
in the wrong order.
This can happen, for example, if you are using
mysql_use_result() and try to execute a new query
before you have called mysql_free_result(). It
can also happen if you try to execute two queries that return data
without calling mysql_use_result() or
mysql_store_result() in between.
© 1995-2005 MySQL AB. All rights reserved.

User Comments
Warning: query failed: Unknown column 'user.firstname' in 'field list' in /data0/sites/live/web-main/lib/mysql-cxn.php on line 69
Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /data0/sites/live/web-main/lib/docbook.php on line 245
Add your own comment.