MySQL server has gone away
MySQL timeout? Probably a new error after years of working perfectly, resulting from an ISP change which they will neither acknowledge nor fix. Sound familiar?
Charming people.
Try this:
$db_link = @mysql_connect(DB_HOST, DB_USER, DB_PSWD,'',MYSQL_CLIENT_INTERACTIVE); ... instead of what you used to do: $db_link = @mysql_connect(DB_HOST, DB_USER, DB_PSWD);
(1503)
sha_online85@yahoo.com