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

[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++)

Fw: [PHP] php form mail - checkbox problem

2002-10-29 Thread Rick Emery
=checkbox name=items[] value=2 i husholdning 2 eller flere i samme husholdning [100 kr.] - 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

Re: [PHP] php form mail - checkbox problem

2002-10-29 Thread Tine
] 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 using PHP. The code is as follows: //Routine for checkboxes $MailBody

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 problem Rick Emery [EMAIL PROTECTED] wrote

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