$page = $_REQUEST[page]; if ( ! preg_match("/\w/", $page) ) { $page = "index"; } readfile("pages/$page.html"); ?>