PHP SCRIPT TAG HELP

Hello Guys I need help urgent. I am beginner in PHP
I have downloaded more then 100K pages of a website which are in html format, and want to fetch data from these files.

What I want to fetch html tag to tag files

e.g

to or
to

in which I can easily fetch the data from downloaded files. One of my friends writes this script but don’t know who to use this

var string=“comtagAA”;
indexOf=string.indexOf("");
first=indexOf+7;
indexOf2=string.indexOf("");
alert(string.substring(first,indexOf2));

I have a folder in which all files are downloaded name ‘download’ and want I want to fetch data and save into notepad files.
Urgent script or code required
Thanks
John

Sponsor our Newsletter | Privacy Policy | Terms of Service