Hi there!
Is there a way to automatically have some checkboxes "checked" depending my database.
If the query finds that the value of a field is NULL it will mark it as not checked otherwise is checked.
Actually I don`t know where to start
<input name="one" type="checkbox" id="one" value="hello world">
Thanx for any help or comment