Sabtu, 07 September 2013

PHP Indonesia - Facebook: Tanya, Master.. Kok cURL ga bisa kerja ya kalau di...

PHP Indonesia - Facebook
PHP Indonesia is a community for everyone that loves PHP. Our focus is in the PHP world but our topics encompass the entire LAMP stack. Topics include PHP coding, to memcached handling, db optimizations, server stack, web server tuning, code deploying, hosting options and much much more. Youtube Channel : http://www.youtube.com/user/OurPHPIndonesia Twitter : @php_indonesia NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
300+% Conversion Increase

Learn how startups and leading businesses alike are getting huge results using web personalization and behavioral targeting the easy way in this ebook. Get it now!
From our sponsors
Tanya, Master.. Kok cURL ga bisa kerja ya kalau di...
Sep 8th 2013, 01:19, by Fi Nofriani

Fi Nofriani 1:19am Sep 8
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.

You are receiving this email because you subscribed to this feed at blogtrottr.com.

If you no longer wish to receive these emails, you can unsubscribe from this feed, or manage all your subscriptions

Tidak ada komentar:

Posting Komentar