mv0010
02-24-2012, 02:50 PM
Hi,
I have PHP forms and a MySQL database.
The user enters their name.
What is your name? [ FORM ]
What I would then like to do is then ask the user to enter their input into forms - say I ask a question:
What does C in CPU stand for? [ FORM ]
The answer is stored in the database and if they answer correctly it adds 1 beside the user's name.
Does anyone know of any code / tutorial that will help me to achieve this?
I have PHP forms and a MySQL database.
The user enters their name.
What is your name? [ FORM ]
What I would then like to do is then ask the user to enter their input into forms - say I ask a question:
What does C in CPU stand for? [ FORM ]
The answer is stored in the database and if they answer correctly it adds 1 beside the user's name.
Does anyone know of any code / tutorial that will help me to achieve this?