HTML forms
Moderator: General Moderators
-
tj4life2000
- Forum Newbie
- Posts: 4
- Joined: Wed Jun 14, 2006 9:54 pm
HTML forms
How do you place data from HTML forms to a MySQL database???
- RobertGonzalez
- Site Administrator
- Posts: 14293
- Joined: Tue Sep 09, 2003 6:04 pm
- Location: Fremont, CA, USA
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.
If you are at that point already, then just use a simple INSERT query.
Re: HTML forms
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.tj4life2000 wrote:How do you place data from HTML forms to a MySQL database???
[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.