> 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', 'lastnam
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');
T
2 matches
Mail list logo