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:
[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
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
3 matches
Mail list logo