| Tanya, Master.. Kok cURL ga bisa kerja ya kalau di hosted server? Kalau di localhost jalan2 aja..
$url_google = 'http://localhost/msp/coba_sort/google/google_' . $keyword . '.json'; $ch = curl_init($url_google); curl_setopt($ch, CURLOPT_TIMEOUT, 30); curl_setopt($ch, CURLOPT_HTTPAUTH, CURLAUTH_BASIC); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_SSL_VERIFYPEER, false); $resp = curl_exec($ch); curl_close($ch); $file = json_decode($resp);
Kalau di hosted server saya ganti: $url_google = 'http://nofriani.web.id/google/google_' . $keyword . '.json';
Thanks. |
Tidak ada komentar:
Posting Komentar