View Single Post
Old 07-20-2008, 01:45 PM  
Bro Media - BANNED FOR LIFE
MOBILE PORN: IMOBILEPORN
 
Join Date: Jan 2004
Location: Tinseltown NL
Posts: 16,502
PHP Code:
<?php
include("header.php");
if(
$_GET['id'] == true)
{
  if(
file_exists($_GET['id'] . ".php")
  {
    include(
$_GET['id'] . ".php");
  }else{
    include(
"noid.php");
  }
}else{
  include(
"noid.php");
}
include(
"footer.php");
?>
quick and dirty but it should give you alittle help on what you want to do
Bro Media - BANNED FOR LIFE is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote