This isn't related directly to phpcrawl, but you may just use a regular expression to get the content of particular html-tags, or use a DOM-parser like DOMDocument or PHP Simple HTML DOM Parser.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
How can I retrieve specific data from a page?
For instance I would like to get the name in this span:
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Hi!
This isn't related directly to phpcrawl, but you may just use a regular expression to get the content of particular html-tags, or use a DOM-parser like DOMDocument or PHP Simple HTML DOM Parser.