Re: Multi Checkbox
- From: Michael Fesser <netizen@xxxxxx>
- Date: Wed, 10 Jan 2007 16:18:07 +0100
..oO(Brian)
I hadn't, but have now tried this and still get an error,
I know it's something really simple I'm missing here
$information = $_REQUEST['information'];
foreach($information){
$output .= "$information<br>";
}
foreach ($_REQUEST['information'] as $information) {
$output .= "$information<br>";
}
Micha
.
- Follow-Ups:
- Re: Multi Checkbox
- From: Brian
- Re: Multi Checkbox
- References:
- Multi Checkbox
- From: Brian
- Re: Multi Checkbox
- From: J.O. Aho
- Re: Multi Checkbox
- From: Brian
- Multi Checkbox
- Prev by Date: Re: Multi Checkbox
- Next by Date: Re: Login for access to certain pages or parts?
- Previous by thread: Re: Multi Checkbox
- Next by thread: Re: Multi Checkbox
- Index(es):