[PHP] Form CheckBox question

2003-09-18 Thread Yves Arsenault
Hello, I have this in my form the checkUnCheck(this); will uncheck values 1,2,3 if None is chosen... Now when I submit this form, the output I get from $Avail is the word Array and not the actual content ('1,2,3' if I choose 1,2,3) td input type=Checkbox name=Avail[] value=1

Re: [PHP] Form CheckBox question

2003-09-18 Thread CPT John W. Holmes
From: Yves Arsenault [EMAIL PROTECTED] I have this in my form the checkUnCheck(this); will uncheck values 1,2,3 if None is chosen... Now when I submit this form, the output I get from $Avail is the word Array and not the actual content ('1,2,3' if I choose 1,2,3) td input