View Single Post
  #6   Spotlight this post!  
Unread 09-01-2005, 22:28
dragonpaulz's Avatar
dragonpaulz dragonpaulz is offline
4 P3r$0n
AKA: Paul Shapiro
#0555 (Team 555)
 
Join Date: Jan 2004
Location: Montclair, NJ
Posts: 42
dragonpaulz is an unknown quantity at this point
Send a message via AIM to dragonpaulz
Re: Dynamic Linking with PHP

PHP Code:
<?php
if (empty($_GET['id'])) header("Location: index.php?id=Main");
?>
<!-- Content -->
<?php
$fn 
"Includes/" $_GET['id'] . ".php"; if (file_exists($fn)) {include($fn);} else {include("Includes/404.php");}
?>
<!-- Put the above where u want pages to load --!>
Then it's like:
something.php?id=filenamewithout.php
__________________
Team 555 - Montclair High School
Trust, Love, and Magic
WebMaster of MontclairRobotics.org