PDA

View Full Version : Insert Form Data into DataBase


mlowery
08-14-2002, 08:02 PM
How would I insert data that was inputted into a form and store it in a MySQL Database?

Spookster
08-14-2002, 09:05 PM
You need to use a server-side language so the first decision you need to make is which language you plan to use and what your host supports. I recommend PHP. :)

Other than that it's just a simple sql insert statement that is needed once you have the database created and the table(s) set up.