Skip to content

Instantly share code, notes, and snippets.

@andy-williams
Created June 20, 2014 19:21
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 andy-williams/b01b5d8ab97b1b1c3139 to your computer and use it in GitHub Desktop.
Save andy-williams/b01b5d8ab97b1b1c3139 to your computer and use it in GitHub Desktop.
<?php
echo "query data:<br>";
print_r($_GET['array']);
echo "<br>";
echo "query keys:<br>";
print_r(array_keys($_GET['array']));
?>
go to php page with query string of ?array[2]=11&array[4]=11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment