Hiya,
I have a form that, among other things, has a number of checkboxes, the values of which, are stored as an array in mysql. When the user retrieves the form, I'd like the checkboxes to be prechecked according to what's already been stored in the database.
Does anyone know how to do this?
-- Thanks