RE: [PHP] From form to an array

2003-11-17 Thread Jeff McKeon
Jay Blanchard wrote: > [snip] > Is it possible to pass the values of a form directly into an array? > [/snip] > > Each form is passed to an array already. Dependent upon form > method (GET or POST) the form values are in the $_GET or > $_POST array (newer versions of PHP). > > Start here > http:

RE: [PHP] From form to an array

2003-11-17 Thread Jay Blanchard
[snip] Is it possible to pass the values of a form directly into an array? [/snip] Each form is passed to an array already. Dependent upon form method (GET or POST) the form values are in the $_GET or $_POST array (newer versions of PHP). Start here http://us3.php.net/manual/en/language.variable

[PHP] From form to an array

2003-11-17 Thread Jeff McKeon
Is it possible to pass the values of a form directly into an array? I have a multi level, dynamic form. The first level (first form actually) askes how many levels there are and gives you a field to enter in that number. Then upon submit of form1 it creates a new form (form2) that contains 2 fie