Hello, im tring to code an evaluation system and i have this code to display pages
<?
if ($x == "") $x = "home2";
if (!file_exists($x.".html")) $x = "home2";
include($x.".html");
?>
i have a server and it only shows on the local machine it doesnt show up on remotes machine so i would apreciate it if any one of u could help...