smerny Posted January 15, 2010 Share Posted January 15, 2010 hello, i have noticed a few times where a site uses information from another site... one example is tip.it using information from runescape.com information from: http://services.runescape.com/m=hiscore/hiscores.ws is used on: http://www.tip.it/runescape/?page=fletching_calc.htm for example, if you enter the runescape username on the tipit form, it will pull the information from the runescape page... how is this done? if you want to play around with those sites, you can use the name 'smerny' Link to comment https://forums.phpfreaks.com/topic/188529-reading-information-from-another-website/ Share on other sites More sharing options...
RussellReal Posted January 15, 2010 Share Posted January 15, 2010 file_get_contents or curl.. add me to MSN: [email protected], I'm also into RS.. http://ws.lovinglori.com/ Link to comment https://forums.phpfreaks.com/topic/188529-reading-information-from-another-website/#findComment-995305 Share on other sites More sharing options...
tail Posted January 15, 2010 Share Posted January 15, 2010 You can use file_get_contents() and then sort through the file and get what you need using preg_match() Link to comment https://forums.phpfreaks.com/topic/188529-reading-information-from-another-website/#findComment-995363 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.