Skip to content

Instantly share code, notes, and snippets.

@jwillker
Created September 8, 2015 00:08
Show Gist options
  • Save jwillker/04545c01b107f58508c7 to your computer and use it in GitHub Desktop.
Save jwillker/04545c01b107f58508c7 to your computer and use it in GitHub Desktop.
config.php
<?php
$current_page_uri = $_SERVER['REQUEST_URI'];
$part_url = explode("/", $current_page_uri);
$page_name = end($part_url);
$email_id = "[email protected]";
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment