PDA

View Full Version : Template For Visitor To Sign Up



Texas Pepper
08-18-2004, 08:43 PM
At work, I have been asked to add a page to web site where people can leave Name, address - all that stuff. Have a pick list of for choices for meetings to attend at the convention.

Question. Can I find a template with some of the basic already there? Can it done with out using a SQL? Will need to have some form of data base to pull from the site to put into MS Access.

Thanks,
David Barnard
www.texaspepper.net

php~pro
08-31-2004, 04:01 PM
Question.
Can I find a template with some of the basic already there? YES

Can it done with out using a SQL? YES

Will need to have some form of data base to pull from the site to put into MS Access.
Does'nt this somewhat contradict Q.2

You could use flat file, but forget about getting the info into access. Best bet is php/MySQL or php/MS Access combination. If your local database is access use enabled hosting then its so easy to update your local copies.

steve0
08-31-2004, 05:19 PM
As an alternative.. have the pick list in a javascript array..

Load the page..
User fills it out..
Form is submitted..
Parsed my mailer program
Email is sent to a low-level admin who does the data entry from a desktop by hand.