$_POST Array
Posted: Mon May 03, 2010 8:08 am
Hi Forum,
Quick question....
Is it it possible to use/send $_POST array as a parameter to function? Meaning I have a function that has as its parameter an array....the values in the array come from $_POST values from a form. Can I just pass in $_POST or do I have to read all the post values into another array?
Regards,
Mike
Quick question....
Is it it possible to use/send $_POST array as a parameter to function? Meaning I have a function that has as its parameter an array....the values in the array come from $_POST values from a form. Can I just pass in $_POST or do I have to read all the post values into another array?
Regards,
Mike