I was wondering if there was anything similar like Mechanize or BeautifulSoup for PHP?
|
feedback
|
|
SimpleTest provides you with similar functionality: | |||||||||
feedback
|
|
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. | |||||
feedback
|
|
Don't know about BeautifulSoup, but there is phpquery which is similar to jquery
| |||
feedback
|