$link = mysql_connect('localhost', 'mysql_user', 'mysql_password');
if (!$link) {
die('Could not connect: ' . mysql_error());
}
echo 'Connected successfully';
mysql_close($link);
mysql_close($link);
Monday, June 30, 2008
MySql Connect
Posted by
ashok
at
4:34 PM
Labels: MySql Tutorial Mysql Example
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment