Kamis, 29 Agustus 2013

PHP Indonesia - Facebook: mohon bantuannya :) kalau ini termasuk array dua d...

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/ 
Geek Squad from Best Buy

Get instant online support. We can fix computers, cameras, car technology and more. Talk to us today.
From our sponsors
mohon bantuannya :) kalau ini termasuk array dua d...
Aug 30th 2013, 02:20, by Hairul Akli

Hairul Akli 2:20am Aug 30
mohon bantuannya :) kalau ini termasuk array dua dimensi atau tidak ya?, saya bingung cara penulisan sprti dbwah ini..

$a=array("Volvo","XC90",array("BMW","Toyota"));

Cahya Dsn 2:41am Aug 30
itu sama dengan:
$a=array(
0=>"Volvo",
1=>"XC90",
2=>array(0=>"BMW",1=>"Toyota")
);

cmiiw ^_^V

echo $a[0];
//hasilnya 'Volvo'
echo $a[2][0]
//hasilnya 'BMW'

Hairul Akli 2:45am Aug 30
ooh, jadi yg diatas itu array duadimensi ya pak?

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