hi
currently my project require me to login to local server db - postgres and remote mysql db server. I wonder if you can post me your script how do you able to do a remote login to mysql server. I have the mysql server ip and hostname too. But I cant able to connect .
$db_connection = mysql_connect("localhost","","")
or die("Could not connect to DB");
the above statement is the standard login to local. can you show me the remote login scripts.
thanks in advance.
James๐