PDA

View Full Version : Website form help



dognation1
18 Jun 2010, 03:45 PM
Hi:

Im trying to add a form to one of my websites that when a user enters their info that it shows on the form and stays there for all returning users to see. Similar to this one: http://www.3dayol.org/Vigil/GetVigil.phtml?pvid=4576&commid=1302

Any help in getting this done would be greatly appreciated.

Thanks in advance,

chris

Mordax
19 Jun 2010, 06:00 PM
you need a Database and a Server Side Scripting Language

I recommend php for beginners as it is plenty poweful and has plenty of tutorials around

couple this with a mySQL database

Create a table for the things in your form, write them to the database with php on form submission, and then when displaying the table, return them from the database and put them in