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
2 matches
Mail list logo