Hey there I'm trying to make a news feature for my site but can't connect to the database. I think I am doing something wrong can someone help me?
legitadm is my username, news is my database.Code:mysql_connect("localhost, "legitadm","") or die(mysql_error()) mysql_select_db("legitadm_news") or die (mysql_error));
Any help would be greatly appreciated.


LinkBack URL
About LinkBacks

