Skip to content

Instantly share code, notes, and snippets.

@Souvent22
Last active December 21, 2015 13:19
Show Gist options
  • Save Souvent22/6312169 to your computer and use it in GitHub Desktop.
Save Souvent22/6312169 to your computer and use it in GitHub Desktop.
<?php
$page = 0;
$url = "/blogs?me=you&jim=earnest&page=13";
$query = parse_str($url);
echo "Page var is: $page, notice it is $page not 0";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment