asked on 5/13/2011
$ord=rand(1000,100000); $file = 'http://ad.doubleclick.net/adx/xxx/xxx;dcmt=text/xml;sz=###x###;ord='.$ord; if (file_exists($file)) { echo "exist"; }else{ echo "no exist"; } $ads = simplexml_load_file($file); $small_img = $ads->small_img;
Select allOpen in new window