Im trying to use the mysql_connect command to connect to the mysql
server from a php file.
What is the HOST name I should use?
The tutorial book I have uses "localhost" but Im installing the file
live on the internet, not on a local host machine on pc.
(There are 3 parameters given --- hostname, username, userpassword.).
thank you for any help.