Thread: Parsing HTML
View Single Post
Old 10-01-2009, 11:15 PM   #3 (permalink)
pixelgod
The Wanderer
 
Join Date: Sep 2007
Posts: 11
Thanks: 2
pixelgod is on a distinguished road
Default

Quote:
Originally Posted by etoolbox View Post
Take a look at the PHP Simple HTML DOM Parser:
http://simplehtmldom.sourceforge.net/

It makes extracting information from HTML pages very easy.

Thanks, I already read into that, but I still don't know how to make that work with what I have. How can I get it to parse just from the <li> tag and stop at the <hr> tag, and repeat?
pixelgod is offline  
Reply With Quote