Jankit Shah - Important notes
Technical skills turns into complexity and creativity turns into simplicity.
02 February 2010
Basic MySQL Error Handling
if(!$res = mysql_query($this->sqlstring))
{
$this->error_message = "ERRORS OCCUR WHILE GET RECORDS";
$this->error_message .= "Description : ".mysql_error();
return false;
}
else
{
echo "success";
}
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)