ºÝºÝߣ

ºÝºÝߣShare a Scribd company logo
<?php
$slideshowUrl="/MrChinLeeChan/genesis-the-chinese?
from_action=save";
$slideshowPageContent = file_get_contents($slideshowUrl);
$pattern = "~doc=([w-]+)~";
preg_match($pattern,$slideshowPageContent,$matches);
$xmlurl = "http://s3.amazonaws.com/slideshare/{$matches[1]}.xml";
$sxml = simplexml_load_file($xmlurl);
foreach ($sxml->ºÝºÝߣ as $slide)
echo $slide['Src']."<br />";
?>

More Related Content

php ºÝºÝߣshare