> I am wondering if there is a command or function to get a 
> list of all the current '$HTTP_POST_VARS["variable"]' variables? 
> Or, a user-created way... Any helps appreciated, thanks!

You can use var_dump($HTTP_POST_VARS);

Jason

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to