Help!!! I couldn't get my PhP to connect to MYSQL. I used mysql_connect("my_host","my_username","my_password") script and all I get is fatal error message...I am very fustrated !!
What is the solution to get my PHP to connect to my MYSQL.
$db=mysql_connect("hostname","user","pass"); mysql_select_db("databasename",$db); $result=mysql_query("select * from table",$db);
make sure you put your info in the first line...
What is the error message exactly?