Selasa, 10 September 2013

PHP Indonesia - Facebook: gan mohon pencerahan ane biasa make "foreach" untu...

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/ 
How to Get into Medical School

A tested blueprint to approach the daunting admissions process with both confidence and success! Enroll in this online course for just $29.
From our sponsors
gan mohon pencerahan ane biasa make "foreach" untu...
Sep 10th 2013, 07:14, by Maas Rahman

Maas Rahman 7:14am Sep 10
gan mohon pencerahan
ane biasa make "foreach" untuk ngirimin data hasil dari table DB, nah kalo pake for/while biasa kira2 jadi gimana ya ?

Cahya Dsn 7:17am Sep 10
contoh script yg pake foreach-nya gimana tuh gan?

Maas Rahman 7:52am Sep 10
ini ane pake CI gan hehe

$query=$this->db->get('user_login');
foreach($query->result() as $row)
{
$hasil[]=$row;
}
return $hasil;

Vinsensius Angelo 7:59am Sep 10
sebenarnya mau pakai foreach / for / while sama saja gan, lihat2 situasinya. kalo saya sih cenderung pilih foreach karna gak perlu hitung total record untuk buat rule loops. mungkin di bawah saya lebih paham. #CMIIW

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