try to use error_reporting(E_ALL); and to see what happends. maybe error logging will help you to solve your trouble. I don't beleive in such bugs, it's a problem of your code imho.
here's my code:
mysql_connect() or die("mysql connect failed: $php_errmsg / " . mysql_error());
that one line in a script all by itself will fail randomly with no error message. still think it's my problem?
anyway i changed it to mysql_connect('localhost', 'username') and that seems to have straightened it out. i need to wait a few more days to see if it pops up again but over the last 24 hrs it has been ok.
-jsd-
-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]