Skip to content

Instantly share code, notes, and snippets.

@shadda
Created July 9, 2013 07:23
Show Gist options
  • Save shadda/5955359 to your computer and use it in GitHub Desktop.
Save shadda/5955359 to your computer and use it in GitHub Desktop.
<?php
if(strlen($page_id)>5)
{
$len=strlen($page_id)-10;
$page_id=substr($page_id,0,$len);
}
if($page_id == "")
{
echo "NO page Found";
die();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment