It’s already there by default:
print_r($_GET); // for all GET variables
print_r($_POST); // for all POST variables
PHP docs on all available superglobals
It’s already there by default:
print_r($_GET); // for all GET variables
print_r($_POST); // for all POST variables
PHP docs on all available superglobals