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

Fw: [PHP] php form mail - checkbox problem

2002-10-29 Thread Rick Emery
Please don't answer with "Tried that" without showing us your new HTML and code Show us the new code. - Original Message - From: "Tine" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, October 29, 2002 9:12 AM Subject: Re: [PHP] php form mail - checkbox prob

Re: [PHP] php form mail - checkbox problem

2002-10-29 Thread Tine
re > the "name=" parameter in your HTML must all be the SAME name: > > > hovedmedlemskap [200 kr.] > > 2 eller flere i samme husholdning [100 kr.] Tried that, same same. Still not working :oO > - Original Message - > From: "Tine" <[EMAI

Fw: [PHP] php form mail - checkbox problem

2002-10-29 Thread Rick Emery
- Original Message - From: "Tine" <[EMAIL PROTECTED]> To: <> Sent: Tuesday, October 29, 2002 8:34 AM Subject: [PHP] php form mail - checkbox problem Greetings, Forgive my newbism here, but I am having a hard time recieving check(box)ed items from a form sent to e-mail us

[PHP] php form mail - checkbox problem

2002-10-29 Thread Tine
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 <= $items; $i+