|
Posted by dimo414 on 05/26/06 04:27
I would think the simplest way to do this would be to create a 11x11
table in HTML, the first column and row are labels, and the rest are
check boxes for a form. On submission, some sort of PHP processing
would run, and then upload a list of which are checked and which are
not. The HTML file would also have some PHP above the <html> tag which
would call the information from the database, reverse the submission
process, and mark the appropriate tags as 'checked'.
This sounds like a small scale operation, so possibly it would make
more sense to have a flat file, instead of a database.
I don't know of any pre-made scripts with this functionality, but it
would be simple enough for me to make, if you want.
Navigation:
[Reply to this message]
|