Hey guys,
Me and a group of colleagues needs to grab html codes from a website and save them into a txt files.
After having the html codes of a website in a txt file in notepad, we are to read or call the html codes in php and display or echo only the tags (Eg. <title> hello world </title>) - which display out "<title> hello world </title>" instead of having the whole website being displayed.
Maybe a regular expression or preg_match could be used?
We manage to grab the html codes using wGet. We are stuck with the coding, as we are not experience with programming or php, Need help.
Thank you very much in advance