PDA

View Full Version : Form to Text question


MrTickles
10-15-2002, 08:57 PM
Hello,

I am wondering if someone could point me in the right direction with a form to text project I want to do. Im not looking for someone to write the code just help get me going in the right direction


I would like an user to input information into a form I will create.
Like: Name: , Email: , and Age: .

Then i want to send that information stored temporarily in a database, till admin can accept or delete the information.

If the admin accepts the information I would like the information to be inserted into a table on another page. I would also like the admin to be able to select the section of the table, from a drop down menu, to have the information inserted into.

Finally, I would also like to add spam protection, so the user does not send multiple forms to the database.


If someone could point me to a tutorial or show me a basic structure for setting this up that would be great.


thank you in advance :)

Spookster
10-18-2002, 12:48 AM
Your subject seems misleading. I read that as "I want to put form data into a text file" but you seem to want to put it into your database.

MrTickles
10-20-2002, 06:59 AM
No, i want to put info into a .php or .html page. But for what i want to do I think I need to add it to a database as well