Hi can anybody link or teach me on how to connect login/registation to another simple form that ask a number.
im really stuck with this.
it goes like this,
* the user need to login
* after login, he will then be directed to a new form asking for a 3 number guess.
* the user name should be store in to the database with his 3 number guess.
* that guess number should be display in to another html (admin) that shows:
Example:
NAME first Guess second Guess third Guess date and time
john 56 18 100 2011-04-30 10:25
i know its simple im just starting to learn php. i know a few but not much.
Pls. help me. Thank you!
i think login should be in a session so it gets his name. (?)
2 replies to this topic
#1
Posted 25 April 2011 - 09:33 PM
|
|
|
#2
Posted 25 April 2011 - 11:07 PM
i have search every forum, every questions in google but still no luck.
#3
Posted 26 April 2011 - 09:25 AM
You can store most of the information in a session variable until you have collected all the guesses, then save the data to the database with a single insert statement.
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users


Sign In
Create Account


Back to top









