clearstatcache Posted August 3, 2007 Share Posted August 3, 2007 i have a program that will transfer file and every file transferred is recorded in the database....b4 saving into the database i want to check if my database connection doesn't fail....or if in case there's an error, the file transfer will be stop until the connection is back... im using pear DB_DATAOBJECT.... Quote Link to comment Share on other sites More sharing options...
Illusion Posted August 3, 2007 Share Posted August 3, 2007 mysql_select_db('my_database') or die('Could not select database'); before running the query if u r using PHP with MySQL. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.