phpparsingparse-url

Parsing webpage from php


I'm working on getting my new website up and I cannot figure out the best way to do some parsing.

What I'm doing is trying to parse this webpage for the comments (last 3) the "whats new" page, permissions page, and the right-bar (the one with the ratings etc).

I have looked at parse_url and a few other methods, but nothing is really working at all.

Any help is appreciated, and examples are even better! Thanks in advance.


Solution

  • Simple HTML DOM

    I use it and it works great. Samples at the link provided.