Tine wrote:
Greetings,
Forgive my newbism here, but I am having a hard time recieving check(box)ed
items from a form sent to e-mail using PHP.
The code is as follows:
//Routine for checkboxes
$MailBody .="Type medlemskap : ";
$items = 2; //initiate possible # of items
for ($i = 1; $i
> Please don't answer with "Tried that" without showing us your new HTML and
code
> Show us the new code.
Sorry - found my mistake. I had forgotten to include a hidden input field
:oO
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
"Rick Emery" <[EMAIL PROTECTED]> wrote in message
news:03f901c27f5a$2bab0e50$0500a8c0@;honeybee...
> What is $medlemskap[]???
? I just modified it from the default code:
//Routine for checkboxes
$MailBody .="Question 8 : ";
$items = 3; //initiate possible # of items
for ($i = 1; $i
3 matches
Mail list logo