Skip to content

Instantly share code, notes, and snippets.

@Aziz-Rahman
Created April 15, 2015 04:19
Show Gist options
  • Save Aziz-Rahman/015ed34e0cc32c3c49b5 to your computer and use it in GitHub Desktop.
Save Aziz-Rahman/015ed34e0cc32c3c49b5 to your computer and use it in GitHub Desktop.
<?php
$page = isset( $_GET['p'] ) ? $_GET['p'] : '' ;
// etc ...
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment