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: 453
php
|screen-scraping
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