I've searched using several terms, but couldn't find my answer. If this question has been asked before, I appologise.
I'm trying to use PHP to get some info from a website, the website sometimes contains 1 or 2 more pages:
http://nw4.novaworld.net/bhd_3_list.lob?page=0
What I want is, as soon as there is a 'Game Name' containing {a.s.u}, make a PHP script get the 'Game Type' and 'Total Players' next to it, and format the info like this:
Game Name
Game Type
Total Players
Online (Or display Offline if there is no Game Name containing {a.s.u})
I actually don't have a clue where to start with, as my experience with PHP is very low. I was thinking using a Get command, but I don't know if such a command is possible with PHP ?
Any help, tips or info about how I could get this done is very appreciated.
Thanks in advance,
Evolution445