> ok I've changed it the SELECT to CHECKED but it had no effect ... 
> <input type="checkbox" name="avail" value="" <? if ($avail == 
> 'n') { echo 'CHECKED'; }?>>
> 
> I've also tried it with a "n" value  so it reads like 
> <input type="checkbox" name="avail" value="n" <? if ($avail 
> == 'n') { echo 'CHECKED'; }?>> but that didn't have any luck 
> either ... is there anything else i can do?

Send some code to the list, ie the full statement? If you're in
an echo "........" statement, of course you can't drop into <?if {}?>
commands, etc.

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to