I would like to get all the data from a POST-result into an array.

Is there a function like that adds all the vars from the post into an array
where Key is the name of the form-field and Value is the value entered in
this field.

Like this:
array('firstname' => 'fname', 'lastname' => 'lname');

Thanks,
// Michelle



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

Reply via email to