confused and dazed 9 Posted January 2, 2012 Report Share Posted January 2, 2012 (edited) Hello internet. I have been looking around and I'm not sure I have found the method to use to complete this task. Here it is:- I want the user to send three numerical guesses to my database (this is no problem)- I will submit my own three numbers that will be the actual numbers the user will be trying to guess (this is no problem)- I want to send all those rows through a check function and then assign a value for each row based on how well they did guessing the number (this is where I am having an issue)- I would then like to echo back to the user all the guess totals - along with the names - in a table (this will not be a problem) I think I can handle all of this except how to write the function and send all the rows in mysql through that function and then assign a "total" value for each row based on how well then did guessing. Your help is appreciated. Edited January 2, 2012 by confused and dazed Quote Link to post Share on other sites
confused and dazed 9 Posted January 3, 2012 Author Report Share Posted January 3, 2012 It actually was not as complicated as I was trying to make it. I got it!!! Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.