Re: [PHP] how can php get the values of a group of checkbox

2002-11-21 Thread Xin Qi
RE: [PHP] how can php get the values of a group of checkboxbut the question is how to determine the times of loop? the upper bound is hard to find. and the loop does cost time though it is not so much. - Original Message - From: Van Andel, Robert To: Xin Qi ; [EMAIL PROTECTED

Re: [PHP] how can php get the values of a group of checkbox

2002-11-21 Thread Xin Qi
php loads $_GET[] because it will be $_GET[$one_variable]. For a group checkboxes with the same name, there will be no such problem. - Original Message - From: Van Andel, Robert To: Xin Qi ; [EMAIL PROTECTED] Sent: Thursday, November 21, 2002 4:26 PM Subject: RE: [PHP] how can

[PHP] how can php get the values of a group of checkbox

2002-11-21 Thread Xin Qi
hi there, if i have a group of checkboxes, and they have the SAME name, when they are submited into a php script, how can this php file get the value of each checkbox? since they have the same name, $_GET["checkbox_name"] only returns the last one. thanks -- PHP General Mailing List (http://