It will only be checked if you put CHECKED in your HTML.
if($myrow['abb'] == 1) { echo " checked "; }
Add that into your input element.
---John Holmes...
----- Original Message -----
From: "Daniel Negron/KBE" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, May 01, 2002 1:04 PM
Subject: [PHP] Checkbox Initial Value based on record in db
Kinda off topic here, just checking to see If I am on the right track with
this
<input type="checkbox" name="abb" value="<?php echo $myrow['abb'] ?>">
the result should be :
IF the record contains the field "abb" and it has a value of 1 then it will
be checked off for viewing.
Brainfarting all day !!
Thank You
<><><><><><><><><><><><><><><><>
Daniel Negr�n
Lotus Notes Administrator / Developer
KB Electronics, Inc.
954.346.4900x122
http://www.kbelectronics.com
<><><><><><><><><><><><><><><><>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php