<?php $p = $_GET['p']; $p = "css/$p.txt"; if( file_exists($p) ) { include($p); } else { echo('AN ERROR HAS OCCURRED!'); } ?>