[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.variables.predefined.php

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to