Temos pavadinimas: WordPress, Shopify ir PHPFusion programuotojų bendruomenė :: Remove() funkcija

Parašė avice· 2015 Geg. 4 15:05:08
#9

gi patikrink rankiniu budu isskaidyk ta funkcija ir ziurek kas ne taip dirba.

 
$ch = curl_init("http://www.zippyshare.com/rest/publicStats/forFile/www".$server."/".$file."?");
curl_setopt($ch, CURLOPT_USERAGENT, 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4');
curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1);
$x=curl_exec($ch);
echo $x;
print_r(json_decode($x,true));