Hello,
I am developing a trainers database for my organization.
Sample Form
http://www.hrdn.net/test/form2.htm
Database Schema
Table names:
CATEGORIES
cat_ID PK
trainer_ID FK
cat_name
FIELDS
field_ID PK
cat_ID FK
field_name
level
you can see in the sample form there are sooo many number of checkboxes in front of the FIELDS...how will i insert so many vaues at once and is their any other way of displaying so many checkboxes instead of hard coding them in html ....can i use loop for it