I am trying to use php on one web site, but pulling the data out of data base on another server. I don't understand what the replacement should be for "localhost" in the connection string should be.
Any ideas?
jpjones
2:13 am on Dec 1, 2003 (gmt 0)
Replace "localhost" with the hostname (e.g. dbhost.domain.com), or preferbly the IP address, of the external database machine.