View Single Post
Old September 11th, 2007, 12:56 PM   #1 (permalink)
Smo_Bob
Registered User
Fresh Surpasser
 
Joined in Jun 2006
10 posts
Gave thanks: 2
Thanked 0 times
Site Navigation broken

My site will no longer work properly. I am a php noob. I use this really simply PHP code to display content on my site. <?php
if ($PG="/0") { $PG = "home"; }
$PAGE = $PG . ".php";
include($PAGE)?> I use links such as index.php?PG=email to change the value of PG to display the next item. all of a sudden my site stopped working and I don't know why. Please help a noob out
Smo_Bob is offline   Reply With Quote