Hello,
Is it possible to pass an associative array as an argument to a function.
i.e. display_vars($HTTP_POST_VARS);
Thanks in advance
yup. Your code should work fine.
print_r($HTTP_POST_VARS);
is a simple example