Tagged Questions
15
votes
9answers
5k views
Is there a PHP equivalent of Perl's WWW::Mechanize?
I'm looking for a library that has functionality similar to Perl's WWW::Mechanize, but for PHP. Basically, it should allow me to submit HTTP GET and POST requests with a simple syntax, and then parse ...
0
votes
1answer
553 views
WWW::Mechanize VS Curl
Background: I need to get updated data for all of my users.
The data resides on a secure site so the script needs to login (using cookies)
Traverses some inner URLs and then ...