pgbrowser
pgbrowser copied to clipboard
A 'pretty good' mechanize-like php library for managing cookies and submitting forms.
Is it possible to fill out and submit POST forms using PGBrowser, or just GET forms? It looks like it from the code, but I can't get it to work...
The attribute `fields` on PGForm does not include the contents of any ``s. A quick look at the source reveals the following: `foreach($this->page->xpath->query('.//input|.//select', $this->dom) as $input){)` So, looks like quite...
Hi, very nice tutorial in readme. I have a simple question, where can I downloaded phpquery.php for your example 2 in readme file? I downloaded one from google but script...
This script is great, but I can't make it work on the ASP.NET pages with Event Validation enabled. The response from the page is: > Invalid postback or callback argument....