Codice PHP:
<?
$out 
$_GET['id'];
include(
"pages/".$out.".php");
?>