Hybride Posted August 5, 2007 Share Posted August 5, 2007 Am trying to get the total plays from iMeem to post unto my own site. I basically have the extraction script to search the site for the title from mine, but I cannot for the life of me find what the actually "Plays" tag/script part is (or link to where I can just grab that data and put it into my db.) $contents = file_get_contents("http://www.imeem.com/tag/" . $name . '/music'); echo $contents; This searches the site for that name, and echos the entire search page. If anyone knows of even just the Plays variable/script, that would be awesome and make my life so much easier. Link to comment https://forums.phpfreaks.com/topic/63379-imeem-plays-script/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.