Quote
PHP Warning: mysql_ping(): 7 is not a valid MySQL-Link resource in ****/public_html/test/mysql.php on line 69
Source
Line 69 is the "IF"
function __destruct() {
//----------------------------------------------
// check for a connection to mysql and close it
//----------------------------------------------
if (mysql_ping($this->connection)) { mysql_close($this->connection); }
return true;
}
Edited by SpatialVisionary, 06 May 2007 - 05:26 PM.
