hello all,
i am trying to connect php to a mysql database by doing the following:
$con = mysql_connect(“localhost:8080”,“username”,“password”);
when i try to run the php file in the browser it takes forever to load.
What could be the problem? and what am i doing wrong.
i created the database with mysql in xampp. pls help me out.
thanx
korkor5