| List: | General Discussion | « Previous MessageNext Message » | |
| From: | Robert Pruitt | Date: | May 30 1999 4:42am |
| Subject: | emailing multiple checkbox results | ||
| View as plain text | |||
Hi,
I have a form, a portion of which reads, '<input type=\"checkbox\"
name=\"order[]\" value=\"$number -- $description\" unchecked>
My backend script retrieves and displays this data like this --
$partcount = count($order);
reset($order);
for ($i = 0; $i < $partcount; $i++){
$key = key($order);
$val = $order[$key];
echo $val . "<BR>";
next($order);
}
Everything works very nicely.
I'd also like to email the results. This is where I'm lost.
Assistance appreciated.
Robert
| Thread | ||
|---|---|---|
| • Compiling 3.22.22 under HP-UX 10.20 | Ralf Kraudelt | 25 May |
| • emailing multiple checkbox results | Robert Pruitt | 30 May |
| • Re: emailing multiple checkbox results | Vivek Khera | 31 May |
| • Re: emailing multiple checkbox results | Sasha Pachev | 30 May |
| • Re: Compiling 3.22.22 under HP-UX 10.20 | Harald Wellmann | 1 Jun |
| • Compiling 3.22.22 under HP-UX 10.20 | Michael Widenius | 2 Jun |
| • Re: Compiling 3.22.22 under HP-UX 10.20 | Ralf Kraudelt | 1 Jun |
| • Re: Compiling 3.22.22 under HP-UX 10.20 | Michael Widenius | 2 Jun |
