for example
mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select db");
shows nothing?
i using php 5.4.9
die()
executed if connection database fails.
for example
mysql_connect("$host", "$username", "$password")or die("cannot connect"); mysql_select_db("$db_name")or die("cannot select db");
shows nothing?
i using php 5.4.9
die()
executed if connection database fails.
Comments
Post a Comment