Hi all,
I am really stuck on this. Basically I am creating a personal fitness site. I want to be able to create personalised programs for each person.
I want each person to have a personalised username/password to login. Once they log in there will be a page that displays their program.
For creating the program I want the following: The database will contain a table with names of methods such as jogging, swimming, etc.
Each method will be displayed on the webpage with a checkbox.
The user selects each method that they want.
When they press submit they are taken to a page that displays further options based on the choices they picked.
So for example, if they selected jogging and weights the following page would display num of laps, speed, weight-type, weight, etc.
Each of these would contain a textfield so one can enter how fast they should go, etc.
my main problem is when they select from the first set of checkboxes how do I display the data based on their selection from a database??
Or do you guys think tht there is a much simpler way of doing this??
Thanks.
Kevin.