<?php $page=$_GET['id']; }else{ $page='news'; } include ($page.'.php'); }else{ include ('news.php'); } ?>
Standardowy, bezpieczny skrypt do inkludowania plików.
<?php { $s = 'glowna'; } else { $s = $_GET['s']; } { $sFileName = 'podstrony/glowna.php'; } include( $sFileName ); ?>