Jump to content

PHP Fetching

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
Overload

Overload

    Newbie

  • Members
  • PipPip
  • 16 posts
Hello,

Came up with a project, a clan site, it will mainly fetch info from gamebattles.com. Can anyone tell me the best way in php to check for wins, loses, new matches and members and all the info related to them and then echo them onto my own site?? eg: match time, clan names and all the rest.

Thanks, Adam

#2
Jacki

Jacki

    Learning Programmer

  • Members
  • PipPipPip
  • 80 posts
If gamesbattle doesn't have any add-on for your website you can use file_get_contents and then some regulare expression for take info from the html pags..
Posted Image

Posted Image

#3
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
yes, or curl, if you need to log in to fetch the information etc...
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall