I'm looking for an example of how to:
(1) From data entry form, store selected check boxes
as MySQL SET (bit) data,
(2) In Modify data entry form, display previously-entered
data (from database) as checkbox form defaults,
(3) When SEND is clicked on form, display text labels of
checked checkboxes as confirmation of data that
has been sent.
Likewise for ENUM data type and radio buttons on form,
but it should be possible to extrapolate this from a SET
example.
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php