Re: [PHP-WIN] HTML (Web Site) Parser

2004-07-09 Thread Justin Patrin
http://pear.php.net/package/HTTP_Client That package supports posting data and deals with cookies and such so that you can login to a site and get pages from it afterwards. You can then use something like HTMLSax to parse it if you really need it. I use Perl regular expressions myself for simple

[PHP-WIN] HTML (Web Site) Parser

2004-07-09 Thread Flint Doungchak
Hello All, I'm doing a little research. I need to pull some dynamic content off some sites that don't offer XML data of RSS. So I can't go about it that way. I'm wondering, from a theoretical sense, it is possible to write a php application that could log into site, supply the necessary post info