Friday, May 21, 2010

How do I link PHP to Mysql Server and how do I upload Php. How do I create forms in PHP using Msql as Database

Im trying to create a website but I have to use Php and Mysql among other languages. Im getting confused on whether or not Im supposed to create tables in mysql before creating the forms in php.

How do I link PHP to Mysql Server and how do I upload Php. How do I create forms in PHP using Msql as Database
Your question is a bit too broad to answer fully.





That said, you can use PHP just like you would any old HTML document.





PHP will already be installed by your Web hosting company. You shouldn't need to install anything.





MySQL is not really a language; it's a relational database management system.





Generally speaking, if you intend to make a data-driven Web site, you need to have the data -- or, at least its structures -- in place before you can begin programming.





You should start by getting a copy of "PHP For Dummies." It really will help you.
Reply:My dear , u asked a general question which means u should learn interaction between DB and PHP and .... ,


i think u can find lotof PDFs over the net that they talks about it clearly otherwise u can use PHP documentation in MySql section , also there is good tips and examples .


No comments:

Post a Comment