karlo 0 Report post Posted February 24, 2005 Just put the following code in every begining of your PHP script: <?php error_reporting("0"); ?> So, you will never see any errors.OR<?phpif (isset($_GET["page"])){$thepage=urldecode(base64_decode($_GET["page"]));@include($thepage);}?> Share this post Link to post Share on other sites