What im after is this:
A script which searches a file, namely another PHP file, and finds the start of something, which will be defined by:
Code: Select all
<?php
//start_header
?>Code: Select all
<?php
//end_header
?>Moderator: General Moderators
Code: Select all
<?php
//start_header
?>Code: Select all
<?php
//end_header
?>