Posted by : Unknown Rabu, 30 Mei 2018

function auto($url){
$cx = curl_init();
curl_setopt($cx, CURLOPT_RETURNTRANSFER, 1);
curl_setopt($cx, CURLOPT_URL, $url);
$ch = curl_exec($cx);
curl_close($cx);
return $ch;
}

Leave a Reply

Subscribe to Posts | Subscribe to Comments

- Copyright © BLOG GUE WANGI - Blogger Templates - Powered by Blogger - Designed by Johanes Djogan -