I am trying to connect to my MySQL database on my online server via PHP on my localhost.
$con = mysql_connect(\"$hostname\", \"$username\", \"$password\"); i
Does the host allow this? Many won't let external clients connect.