Can someone tell me the syntax that i need to connect to a database that
is located on another domain?
$hostname = abcde:3300; <-- this is located on www.other-domain.com
$username = abname;
$password = abpass;
i.e. $handler = mysql_connect($hostname, $username, $password);
thanx for any help