How to rip specific data from an HTML file?

Posted by SnirD on Stack Overflow See other posts from Stack Overflow or by SnirD
Published on 2010-06-08T01:59:34Z Indexed on 2010/06/08 2:02 UTC
Read the original article Hit count: 172

Filed under:
|

Hi, so I have multiple HTML files which I need to get some praticular data from, I mean theres a bunch of non relative information in this HTML files, but I need just lets say things that are between the <div class="myInfo"> and </div>, after getting this information I want to handle it in my own PHP page, so for example I can insert this data into some variables. Is it even possible using PHP only? (Forgive me for my English mistakes)

© Stack Overflow or respective owner

Related posts about php

Related posts about regex