Re: [PHP] getting data from form...

2001-10-18 Thread Thomas Deliduka
Well the form has to submit to the other file. Normally with default PHP configurations it will automatically make the variables $Steak, $XYZ, and $CHIPs with the corresponding values IF the checkboxes are checked. If it's not checked nothing is set. So you can do this on the receiving page: If

Re: [PHP] getting data from form...

2001-10-18 Thread Intruder
TM> I have file . TM> index.php3 a form in it ... TM> TM> TM> TM> and how to make it that form.php3 will read all the data that was submitted TM> (i'm mean the name and the value) do you mean : reset($HTTP_POST_VARS); while (list ($name, $value) = each($HTTP_POST_VARS)) { procee

[PHP] getting data from form...

2001-10-18 Thread Teqila MAN
I have file . index.php3 a form in it ... and how to make it that form.php3 will read all the data that was submitted (i'm mean the name and the value) Teqilaman -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm