///////////////function my_strip/////////// function my_strip($start,$end,$total){ $total = stristr($total,$start); $f2 = stristr($total,$end); return substr($total,strlen($start),-strlen($f2)); } /////////////////////End of function my_strip /// ///////////// Reading of file content//// $i=0; $path="/Library/WebServer/Documents/";// Right your path of the file $handle=opendir($path); while (($file_name = readdir($handle))!==false) { if(stristr($file_name,".php")){ $url=$path.$file_name; $contents=""; $fd = fopen ($url, "r"); // opening the file in read mode while($buffer = fread ($fd,1024)){ $contents .=$buffer; } /////// End of reading file content //////// //////// We will start with collecting title part /////// $t=my_strip("