Return to Snippet

Revision: 8990
at October 16, 2008 12:23 by stavelin


Updated Code
<?php 
print_r($HTTP_POST_VARS);
?>

Revision: 8989
at October 16, 2008 12:22 by stavelin


Initial Code
<?php 
print_r($HTTP_POST_VARS);
?>

Initial URL


Initial Description


Initial Title
Print all POSTed variables

Initial Tags
php, post

Initial Language
PHP