First, you have to know the name of the server. So if it is ns1.globalinteract.com, you use:
mysql_conect("ns1.globalinteract.com","login","password");
or, if the MySQL server is set as localhost, use
mysql_connect("localhost","login","pasword");
Hope it helps
fLIPIS