> Hi > > For a few days or maybe even a week or two I'm getting this error > message in my site. > This happens when i do : mysql_select_db() > > This doesn't happen all the time and there are pages that it happens > more than others > so it seems. > > I looked in the manual and the explanation there doesn't apply to me. > Any ideas? > > http://mickey.lcsc.edu/manual.html#Commands_out_of_sync > > Sincerely > > berber
1.) This has been asked on the mysql list and the this list a lot of times, search the archives http://marc.theaimsgroup.com/?l=mysql&w=2&r=1&s=commands+out+of+sync&q=b or http://marc.theaimsgroup.com/?l=php-general&w=2&r=1&s=commands+out+of+sync&q =b . From a brief search it appears it is a known bug in PHP 4.2.3, what version of PHP are you running? 2.) Are you using mysql 3.22.14-gamma? If not check the current manual at http://www.mysql.com as I'd imagine a lot has changed since the 3.22.14 gamma manula you are refrencing. If you are using 3.22 you should upgrade to at least 3.23.55 as there have been huge security patches and I don't think the 3.22 tree is still supported. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php