wild_monkey
06-06-2001, 12:08 AM
all we know the MySQL connect string ( PHP script ) would be :
mysql_connect("localhost", "username", "password");
but some of the web-hosting like F2S would be :
mysql_connect("servername:port", "username", "password");
other else ??
mysql_connect("localhost", "username", "password");
but some of the web-hosting like F2S would be :
mysql_connect("servername:port", "username", "password");
other else ??
