Skip to content

Instantly share code, notes, and snippets.

@Webklex
Created October 10, 2013 09:28
Show Gist options
  • Save Webklex/6915590 to your computer and use it in GitHub Desktop.
Save Webklex/6915590 to your computer and use it in GitHub Desktop.
Get Full Url incl. Request parameter
$actual_link = "http://$_SERVER['HTTP_HOST']$_SERVER['REQUEST_URI']";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment