Dear all, Is it possible to pass the entire $HTTP_POST array to a function of a class as a variable?
Use $_POST -- its automatically in scope of every function (you don't need to pass it).
You can pass any array to a function.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php