First off please let me explain im not a advanced user of php and mysql, i can do basic stuff.
Here is what im trying to do.
I have some pages already made for a log in script that querys the database and stores the username in a cookie.
The next bit is where im getting confused, Im trying to make a form that takes their username from the cookie, and then has some check boxes, the check boxes should only allow the database to be updated once, once the user has sent the form with check boxes checked the next time they use it the check boxes should not appear however if the check boxes have not been checked then they should appear the next time they use it. Also the check boxes need to send different values to the database instead of just a 1 or 0.
Finally, once the form is complete i need to make another page that shows the user names and their points (the points are from the values sent to the database from the form)
at the moment i have one database with a table called users which contains ID, Username and password. I was not sure how to set the database up for the other fields that i need.
The form im trying to make is for a charity fishing competiton fo disabled anglers and the form will have a check boxs for the species of the fish caught and points for the fish however each species can only count once.
If anyone could help i would be very greatfull.