Hi there,
I'm displaying data from a MySQL database,which can be changed and saved again (through an html-page with <form>).
Only the problem is to show and save checkboxes.
If a database value is true, I can show the checkbox checked,but when I 'uncheck' the checkbox, the value is still saved as checked.
Other fields like characters is no problem.
Jan.