PDA

View Full Version : grabbing info from myspace...



Sailesh
November 6th, 2006, 02:28 PM
hey, not logged in for a while. Hope all is well .

Just wondered, I've seen this kind of thing happen on Threadless, I wanted to know how one would grab info from one's myspace page.

Say I was creating a profile section on a site and wanted to feature the top 8 friends on the page from Myspace. How would I go about this?

bwh2
November 6th, 2006, 02:43 PM
php [d-php]file_get_contents[/d-php] would be a good place to start.

Sailesh
November 7th, 2006, 06:30 PM
php [d-php]file_get_contents[/d-php] would be a good place to start.

Thanks for that - tried looking it up, and me being very rusty with php I just couldn't get it to work. Anyone point me to a step-by-step?

Thanks to bwh for replying though :thumb:

bwh2
November 7th, 2006, 06:56 PM
you should also look into regular expressions (aka regex).