how can I show data into my site obtaining from other sites.
as for example: I want to show some dynamic data of cricinfo.com. into my site. How can it be possible?
showing data from another site
Moderator: General Moderators
Re: showing data from another site
you can grab the page using fopen http://uk.php.net/fopen.
You'd then need to find your way through the string for the bits you want to use. I would have thought regex would be the way forward. Although I'm no expert.
You'd then need to find your way through the string for the bits you want to use. I would have thought regex would be the way forward. Although I'm no expert.