help with error message
Posted: Tue Apr 24, 2007 8:32 pm
Hey Everyone,
I have a site that is working more or less ideally yet it continues to shoot this error message at me.
Any idea what the problem may be here?
I have a site that is working more or less ideally yet it continues to shoot this error message at me.
The contents of stop.php is simply:Warning: mysql_close(): 13 is not a valid MySQL-Link resource in /home/media233/public_html/stop.php on line 2
Code: Select all
<?php
mysql_close($socket);
?>