jeaz Posted November 26, 2009 Share Posted November 26, 2009 Hey, I'm rather new to php and even newer to parsing so I'm a bit lost here. What I want to do is parse a html file to extract certain bits of it. The parts I want to extract are in the middle of the html file and a variable amount of table rows, but all within the same table. I've messed about with both the Simple DOM parser and also simpler scripts but can't get it right. Anyone who can offer some help? I'd much appreciate it. Link to comment https://forums.phpfreaks.com/topic/183057-php-scraping-parser/ Share on other sites More sharing options...
abazoskib Posted November 26, 2009 Share Posted November 26, 2009 Try using xpath and DOMDocument. Post some stuff you've done and/or having trouble with so you can get more specific help. Link to comment https://forums.phpfreaks.com/topic/183057-php-scraping-parser/#findComment-966127 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.