Skip to content

Instantly share code, notes, and snippets.

@douglascabral
Created June 12, 2017 15:00
Show Gist options
  • Save douglascabral/06d8d3398bde8ac41ca7dbb403a7c288 to your computer and use it in GitHub Desktop.
Save douglascabral/06d8d3398bde8ac41ca7dbb403a7c288 to your computer and use it in GitHub Desktop.
Remove querystring from url
$url = preg_replace('/\?.*/', '', $url);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment