Hello,
I'm new to PHP, and was wondering what would be the best way to extract text out of a html file. Now I have the file as a string, and let's assume I want to get text between the first occurrence of "<h1>" and the following "</h1>". Like:
<h1>This is the text I'd like...