Re: [PHP] Pb with checkbox

2002-04-18 Thread Frédéric Mériot
Ok, thanks - Original Message - From: "Jason Wong" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, April 18, 2002 11:31 AM Subject: Re: [PHP] Pb with checkbox > On Thursday 18 April 2002 17:19, Frédéric Mériot wrote: > > Hello, > > I'

Re: [PHP] Pb with checkbox

2002-04-18 Thread Jason Wong
On Thursday 18 April 2002 17:19, Frédéric Mériot wrote: > Hello, > I've got a little pb with checkboxes. In my form I've got 5 checkboxes > which have the same name "sel". When I submit the form and when I display > the form variable "sel", it displays the last value only. I cannot catch > all the

[PHP] Pb with checkbox

2002-04-18 Thread Frédéric Mériot
Hello, I've got a little pb with checkboxes. In my form I've got 5 checkboxes which have the same name "sel". When I submit the form and when I display the form variable "sel", it displays the last value only. I cannot catch all the value checked in the form. If I try this code with coldfusion or