PHP equivalent of PyQuery or Nokogiri?

Posted by Swaroop C H on Stack Overflow See other posts from Stack Overflow or by Swaroop C H
Published on 2010-05-12T02:07:13Z Indexed on 2010/05/12 2:14 UTC
Read the original article Hit count: 426

Filed under:
|

Basically, I want to do some HTML screen scraping, but figuring out if it is possible in PHP.

In Python, I would use PyQuery. In Ruby, I would use Nokogiri.

© Stack Overflow or respective owner

Related posts about php

Related posts about screen-scraping