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?
mysql_connect("localhost, "legitadm","") or die(mysql_error())
mysql_select_db("legitadm_news") or die (mysql_error));
legitadm is my username...