Php problem with port number

[font=Courier]$db_host = "*****"; // mySQL database host 
$db_user = "*****"; // mySQL database user 
$db_password = "*****"; // mySQL database password 
$db_name = "*****"; // the name of your mySQL database [/font]

how do i set the port for the account i have?

**Warning**: mysql_connect(): Can't connect to MySQL server on 'www.freesql.org' (13) in **/data/hosted/Paulstuff/shoutbox.php** on line **70**
Can't connect to MySQL server on 'www.freesql.org' (13)

thats the error message i got

(i want it to be port 3306 please)

thx in advance,
yhack