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";
}
Provided by Jankit Shah - Sr Project Manager at 3:35 PM

No comments:

Post a Comment

Newer Post Older Post Home
Subscribe to: Post Comments (Atom)

ARCHIEVE

  • ►  2013 (4)
    • ►  July (1)
    • ►  June (3)
  • ►  2012 (17)
    • ►  December (2)
    • ►  November (1)
    • ►  October (2)
    • ►  September (4)
    • ►  July (1)
    • ►  June (2)
    • ►  May (5)
  • ►  2011 (3)
    • ►  April (1)
    • ►  January (2)
  • ▼  2010 (6)
    • ►  July (1)
    • ▼  February (3)
      • Basic MySQL Error Handling
      • Wordpress admin theme - good to offer to client
      • Mootools Examples
    • ►  January (2)
  • ►  2009 (57)
    • ►  December (4)
    • ►  November (1)
    • ►  October (2)
    • ►  September (2)
    • ►  August (4)
    • ►  July (8)
    • ►  June (14)
    • ►  May (8)
    • ►  April (2)
    • ►  March (5)
    • ►  February (1)
    • ►  January (6)
  • ►  2008 (17)
    • ►  December (2)
    • ►  November (3)
    • ►  September (2)
    • ►  August (5)
    • ►  July (1)
    • ►  June (1)
    • ►  May (2)
    • ►  February (1)
  • ►  2007 (48)
    • ►  December (4)
    • ►  October (1)
    • ►  September (1)
    • ►  August (1)
    • ►  July (2)
    • ►  June (9)
    • ►  May (24)
    • ►  April (6)
Picture Window theme. Theme images by 5ugarless. Powered by Blogger.