Re: [PHP] php form mail - checkbox problem

2002-10-30 Thread Marek Kilimajer
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

Re: [PHP] php form mail - checkbox problem

2002-10-29 Thread Tine
> 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

Re: [PHP] php form mail - checkbox problem

2002-10-29 Thread Tine
"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