Re: [PHP] HTML Checkboxes and PHP variables

2002-05-29 Thread 1LT John W. Holmes
gt; To: "1LT John W. Holmes" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]>; "Brad Harriger" <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 7:39 PM Subject: Re: [PHP] HTML Checkboxes and PHP variables > > I've been wrestling with the same issue.

Re: [PHP] HTML Checkboxes and PHP variables

2002-05-29 Thread Michael Hall
like this: > > $foo[0]='one'; > $foo[1]='three'; > > ---John Holmes... > > - Original Message - > From: "Brad Harriger" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Wednesday, May 29, 2002 8:5

Re: [PHP] HTML Checkboxes and PHP variables

2002-05-29 Thread 1LT John W. Holmes
;ll have a $foo array like this: $foo[0]='one'; $foo[1]='three'; ---John Holmes... - Original Message - From: "Brad Harriger" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, May 29, 2002 8:56 AM Subject: [PHP] HTML Checkboxes and PHP var

[PHP] HTML Checkboxes and PHP variables

2002-05-29 Thread Brad Harriger
Are HTML Checkbox values handled the same way as Select Multiple tags? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php