I was wondering if there was anything similar like Mechanize or BeautifulSoup for PHP?
|
4
|
|||
|
|
|
|
SimpleTest provides you with similar functionality: |
||||||||
|
|
|
I don't know how powerful BeautifulSoup is, so maybe this won't be as great ; but you could try using
After using this, you should be able to access the HTML document using DOM methods -- including XPath queries. |
||||
|
|
|
Don't know about BeautifulSoup, but there is phpquery which is similar to jquery
|
||
|
