Skip to content

Instantly share code, notes, and snippets.

@ain
Created August 23, 2013 15:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ain/6320673 to your computer and use it in GitHub Desktop.
Save ain/6320673 to your computer and use it in GitHub Desktop.
PHP dummy parsing the REQUEST.
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title></title>
</head>
<body>
<pre><?php print_r($_REQUEST); ?></pre>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment