The Guessing game.
I’d like to add a new page where the search field is in the middle of the page. The font size should be relatively big.
This page should be accessible by standard members.
· The heading of the page should say guess a number between 1-1000
· The user inputs there guess into the text box
· The user clicks the “Guess the number” button
· When the button is selected, a search is done of the area in the database where a number has been placed into a field; if the number entered in the text box matches a message is sent back to the page saying “YOU WIN”
· If the user is a winner, a point is added to the users profile in a field that will be added to that area titled “Points”
· If the user is not a winner a message is sent back that say’s try again
·
This page should be accessible by silver members
· The heading of the page should say guess a number between 1-500
· The user inputs there guess into the text box
· The user clicks the “Guess the number” button
· When the button is selected, a search is done of the area in the database where a number has been placed into a field; if the number entered in the text box matches a message is sent back to the page saying “YOU WIN”
· If the user is a winner, a point is added to the users profile in a field that will be added to that area titled “Points”
· If the user is not a winner a message is sent back that say’s try again
This page should be accessible by Gold members
· The heading of the page should say guess a number between 1-100
· The user inputs there guess into the text box
· The user clicks the “Guess the number” button
· When the button is selected, a search is done of the area in the database where a number has been placed into a field; if the number entered in the text box matches a message is sent back to the page saying “YOU WIN”
· If the user is a winner, a point is added to the users profile in a field that will be added to that area titled “Points”
· If the user is not a winner a message is sent back that say’s try again