Quoting chad qian <[EMAIL PROTECTED]>:
Hi,
Here is my current code:
I want:
When checkbox is checked,i want to insert the value"1" to mysql database.
When checkbox is unchecked,i want to insert the value "0" to mysql database.
Only checked checkbox values are returned to your php script, s
Hi,
Here is my current code:
I want:
When checkbox is checked,i want to insert the value"1" to mysql database.
When checkbox is unchecked,i want to insert the value "0" to mysql database.
How to change current code to get what I want ?
Thanks!
chad