Skip to content

Instantly share code, notes, and snippets.

@LeoLopesWeb
Created July 25, 2018 16:48
Show Gist options
  • Save LeoLopesWeb/beab403942b5b05660c40f6f4f6d9000 to your computer and use it in GitHub Desktop.
Save LeoLopesWeb/beab403942b5b05660c40f6f4f6d9000 to your computer and use it in GitHub Desktop.
$url = parse_url($_SERVER['REQUEST_URI']);
if(isset($url['query'])) :
//code
endif;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment