I am following a tutorial to create a PHP script for updating my MySQL Database.
mysql_connect("server","whenther_user","passpass");
What do I need to write for the server part?
Thank you in advance!
I am following a tutorial to create a PHP script for updating my MySQL Database.
mysql_connect("server","whenther_user","passpass");
What do I need to write for the server part?
Thank you in advance!
Remember that remote MySQL connection is prohibited on our servers.
Assuming you'll be running your script on our server, use "localhost".
Maxim M.
Customer Service Manager
WebHostingBuzz.com
Join our FaceBook community for the useful info and latest promotions.
Ok cheers!
I'm trying to create a form that submits data to my MySQL Database but I can't seem to get it to work. Are there any tutorials or examples floating around you know of?
The most common error here would be getting the db name & username wrong. It's going to be some variation of what cpanel tells you it is. I think it depends what type of server you're on too (e.g. shared or dedicated).