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
PHP Fetching
Started by Overload, Nov 16 2009 07:55 AM
2 replies to this topic
#1
Posted 16 November 2009 - 07:55 AM
|
|
|
#2
Posted 16 November 2009 - 08:07 AM
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..

#3
Posted 16 November 2009 - 08:17 AM
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
I study Information Systems at Karlstad University when I'm not on CodeCall


Sign In
Create Account


Back to top









