PDA

View Full Version : How to connect my webpage to my MYSQL DB


T33
11-21-08, 10:14 PM
I have a simpel MYSQL DB created on one of my powweb accounts with the following fields: Company Name, Phone#, Address and State. Is PHP the best way to make my users input this info from a form a created on the website? What is the syntax of statements to connect to this simple DB?

satis
11-22-08, 01:49 PM
http://www.freewebmasterhelp.com/tutorials/phpmysql/3

You can find your mysql server name inside of ops. There are a ton of tutorials out there if this one doesn't do it for you.

T33
11-22-08, 05:29 PM
Thanks for your help, I have viewed several tutorials but this is a good one that is suited for beginners (like myself). I will get a chance later to try some of the code and will let you know what happens.