Skip to content

Instantly share code, notes, and snippets.

@pchatterjee
Created February 25, 2023 21:55
Show Gist options
  • Select an option

  • Save pchatterjee/d2721727b4a3e51fd79999cb1d1689a7 to your computer and use it in GitHub Desktop.

Select an option

Save pchatterjee/d2721727b4a3e51fd79999cb1d1689a7 to your computer and use it in GitHub Desktop.
<?php
# print out the $_POST array
echo '<pre>' . print_r($_POST, true) . '</pre>';
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment