Re: [PHP-DB] Using checkbox in php problem

2002-02-23 Thread Killer Angel Clark
Oh!! That is my careless mistake! I would uncheck the box when the box is checked for example. That solution cannot work on the javascript. "Bogdan Stancescu" <[EMAIL PROTECTED]> ¼¶¼g©ó¶l¥ó [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > This is only part of the solution, but you should be aware t

Re: [PHP-DB] Using checkbox in php problem

2002-02-23 Thread Bogdan Stancescu
This is only part of the solution, but you should be aware that "==" is a comparison operator whereas "=" is the assignment operator. Bogdan Killer Angel Clark wrote: >I add a checkbox in my page and will use the check result on another page. >If it is checked, it has no problem. However, if i