Parsing HTML into PHP array

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
kondro
Forum Newbie
Posts: 3
Joined: Sat Jan 08, 2005 3:20 am

Parsing HTML into PHP array

Post by kondro »

Hi Everyone,

Does anyone know of any modules to help parsing HTML into a standard PHP structure?

There are a lot of tools that will work with well-formed XML documents (which most new pages are but...) but I haven't been able to find anything to parse badly-formed HTML documents.

Thanks in advance.

Kondro
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Post Reply