php-windows | 2003032
Date: 03/18/03
- Next message: Bobby Rahman: "Re: [PHP-WIN] RE:[newbie]session problem"
- Previous message: toby z: "[PHP-WIN] multiple selections and checkboxes"
- Maybe in reply to: toby z: "[PHP-WIN] multiple selections and checkboxes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Sure thing.
<INPUT TYPE='CHECKBOX' ....>
should change to
<INPUT TYPE='CHECKBOX' CHECKED ....>
wherever you want the checkbox to have a tick in it. Similarly
<OPTION VALUE=....>
should change to
<OPTION SELECTED VALUE=....>
if you want it to be selected.
Jill
-----Original Message-----
From: toby z [mailto:blue_myth_1 <email protected>]
Sent: Tuesday, March 18, 2003 9:51 AM
To: php hlp list
Subject: [PHP-WIN] multiple selections and checkboxes
echo ("<input type='checkbox' name=rq_qlf value=$qlf_id>
$qlf_nme
<br>
");
//echo($skll_id.$sq);
}
-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Bobby Rahman: "Re: [PHP-WIN] RE:[newbie]session problem"
- Previous message: toby z: "[PHP-WIN] multiple selections and checkboxes"
- Maybe in reply to: toby z: "[PHP-WIN] multiple selections and checkboxes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

