I was trying to do it yesterday without the include function.
[Php]<?php
if ($_GET['id']=="kotor1") ?>
<html>kotor pwns all</html>
<?php
?>[/code]
I was just trying to fix a error with it: When I put any id aside from kotor1, it displays the same text as if it was that id.