Kamis, 26 September 2013

PHP Indonesia - Facebook: kalau scriptnya gini: {"status":"ok","link":"http...

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/ 
Curious about BaaS?

Get the full feature comparison in our free eBook comparing the time to create your own cloud backend to a Backend as a Service like Kinvey.
From our sponsors
kalau scriptnya gini: {"status":"ok","link":"http...
Sep 27th 2013, 00:25, by Bayang Hitam

Bayang Hitam 12:25am Sep 27
kalau scriptnya gini:

{"status":"ok","link":"http:\/\/google.com"}

gimana yah mau menampilkan http://google.com di dalam html?

Dicky Agustin C'ociv Thea 12:41am Sep 27
<?php
$str='{"status":"ok","link":"http:\/\/google.com"}';
$decode=json_decode($str, true);
echo $decode[link];
?>

Bayang Hitam 12:50am Sep 27
makasih yah :)

Dicky Agustin C'ociv Thea 12:51am Sep 27
Sip,

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