|
You do this at the connection sequence using the domain and port number of the mySQL connection. This will only work if the other server and myDQL engine is setup to allow remote access.
mysql_connect('http://www.domain.com:3306', 'username', 'password');
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|