> > Hey, I think this should be working but it doesn't seem to be. > > $_GET["page"] > $_SERVER['PHP_SELF'] What is the error message you are getting? And, why are you using different quotes throughout all of your script? I believe you should use single quotes for all of your server generated variables like $_GET['page'], $_SERVER['PHP_SELF'], $_POST['user']