HTML forms

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tj4life2000
Forum Newbie
Posts: 4
Joined: Wed Jun 14, 2006 9:54 pm

HTML forms

Post by tj4life2000 »

How do you place data from HTML forms to a MySQL database???
User avatar
RobertGonzalez
Site Administrator
Posts: 14293
Joined: Tue Sep 09, 2003 6:04 pm
Location: Fremont, CA, USA

Post 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.
alvinphp
Forum Contributor
Posts: 380
Joined: Wed Sep 21, 2005 11:47 am

Re: HTML forms

Post 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.
User avatar
JayBird
Admin
Posts: 4524
Joined: Wed Aug 13, 2003 7:02 am
Location: York, UK
Contact:

Post 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.
Post Reply