Sorry folks forgotten this one, I need to read the first "batch" of comment in a php file example would be:
<?php
/** This is some basic file info **/
?>
<?php This is the "file" proper" ?>
I need to read the first comment inside another file but I have totally forgotten how to get the /** This is some basic file info **/ as a string Sorry but thanks in adavance