Page 1 of 1

HTML forms

Posted: Tue Jul 11, 2006 9:06 pm
by tj4life2000
How do you place data from HTML forms to a MySQL database???

Posted: Tue Jul 11, 2006 10:21 pm
by RobertGonzalez
You are going to have to do some research on your own on this one. Maybe buy a book, or download some early-stage beginning PHP tutorials. This is as newbie as it gets, but it involves a pretty good amount of coding and teaching, so I would really recommend you get familiar with running SQL queries in PHP.

If you are at that point already, then just use a simple INSERT query.

Re: HTML forms

Posted: Wed Jul 12, 2006 12:13 am
by alvinphp
tj4life2000 wrote:How do you place data from HTML forms to a MySQL database???
I use html forms and submit that to a web server where server side code validates then inserts the data into mysql. When that doesn't work I just drive it over.

Posted: Wed Jul 12, 2006 3:03 am
by JayBird
[url=http://forums.devnetwork.net/viewtopic.php?t=30037]Forum Rules[/url] Section 1.1 wrote:1. Select the correct board for your query. Take some time to read the guidelines in the sticky topic.