Re: PHP form to mySQL

2002-08-12 Thread nick gatsis
Check some articles in http://www.devshed.com/Server_Side/MySQL, http://www.devshed.com/Server_Side/PHP --- JeRRy <[EMAIL PROTECTED]> &eacgr;&ggr;&rgr;&agr;&psgr;&egr;: > Hi, > > I am trying to setup a PHP form to send to mySQL > database. I know how to connect to mySQL but need > help getti

Re: PHP form to mySQL

2002-08-10 Thread Jed Verity
Hi, Jerry, Here's your simplified form: Here is the page "addcontacts.php": It would be a good idea too, of course, to add some error-checking in there. Plenty of documentation on that stuff at http://php.net . Good luck! Jed On the threshold of genius, JeRRy w

PHP form to mySQL

2002-08-10 Thread JeRRy
Hi, I am trying to setup a PHP form to send to mySQL database. I know how to connect to mySQL but need help getting the information in the form to update into the mySQL database. I have the following table called contacts, I'd like the form to have the following fields. firstName lastName emai