Hi I want to use php scripts to rank players, but I can't get the scripts to connect to my database. I am using the default port 3306, which is opened on my router.
Since I am behind a router would I have to include the port some where? How would it know which computer to connect to?
$db_link = mysql_connect('host', 'user', 'password');
Any help would be appreciated :)