![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.php archiveRe: Using check box in table to select records
From: JDS <jeffrey@example.invalid>
Date: Tue Oct 04 2005 - 19:17:11 CEST
On Tue, 04 Oct 2005 16:49:37 +0000, Ian Davies wrote:
> <input type="checkbox" name="checkbox" value="checkbox">
Use
name="checkbox[]"
and
value="<? echo $TypeID?>"
Read the following:
ask more questions when you get stuck
later...
--
JDS | jeffrey@example.invalid
| http://www.newtnotes.com
DJMBS | http://newtnotes.com/doctor-jeff-master-brainsurgeon/
Received on Tue Oct 18 02:31:47 2005
|