if(isset($_GET['help'])) { die('Include following code into every page you would like to protect, at the very beginning (first line):<?php include("' . str_replace('\\','\\\\',__FILE__) . '"); ?>'); } ?>