Re: [PHP] processing form checkboxes

2002-10-25 Thread Marek Kilimajer
add squere brackets to the name and loop through $_POST['state'], as this will become an array now James Taylor wrote: Heya folks, not sure if this is more of a php question or an html question, though I'm right now leaning towards a 50% php, 50% html, so I think this is on topic still. I have

Re: [PHP] processing form checkboxes

2002-10-24 Thread John Nichel
Put square brackets behine the nameie James Taylor wrote: Heya folks, not sure if this is more of a php question or an html question, though I'm right now leaning towards a 50% php, 50% html, so I think this is on topic still. I have a form filled with checkboxes, each representing one

Re: [PHP] processing form checkboxes

2002-10-24 Thread Rick Emery
Add [] to name of variable   Alabama - Original Message - From: "James Taylor" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, October 24, 2002 6:05 PM Subject: [PHP] processing form checkboxes Heya folks, not sure if this is more of a php question or an html quest