Dec 17th, 2013, 6:39 AM
(This post was last modified: Dec 17th, 2013, 6:39 AM by videosurfer.)
Is there a way to set an alternative array than $_POST to the "form_data" key? For security purposes, I like to pass specific fields from $_POST to another array, and use that other array inside a few functions.
If for instance my array is $data and I pass it like:
"form_data" => $data
I get error 306.
Thanks
If for instance my array is $data and I pass it like:
"form_data" => $data
I get error 306.
Thanks