What I need to know is advise and/or help with the following:
1: Registration Form that has a dropdown box
2: Client chooses multiple from dropdown box.
3: Once submitted, this information is stored in a MySQL database.
4: Retrieve and display that information later.
Dropdown would have somthing like:
Things I like to do are:
-> Basketball
-> Tennis
-> Soccer
-> Volleyball
If the person chooses Basketball, Soccer, and Volleyball, then when it is displayed later, it would display like:
The sports that I like to do are:
Basketball, Soccer, and Volleyball
Note the commas and the AND
What I am looking for is the best way to retrieve these choices (Is it easier and/or better to be checkboxes?), storing them in the database some how, and then retreiveing them and displaying in the format shown above.
Any help for this newbie would be greatly appreciated.
Thanks