Quote:
Originally Posted by kill_emma
ok, so now i'm using:
PHP Code:
<?php
if ($_REQUEST['page'] != "")
{
include ("$page");
}
else
{
include("news/news.php");
}
?>
this is an improvment. now the page changes when i go to index.php?page=stuff
now my only problem is that i get this error:
line 39 is
PHP Code:
include ("$page");
|
Try using single quotes rather than double