Selasa, 01 Oktober 2013

PHP Indonesia - Facebook: [ASK] kalo dalam db (khususnya sql server) disebu...

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/ 
Start taking a college level music theory class today.

This beginner class is now accessible to aspiring musicians of all ages. Learn all of the basic concepts in an easy to follow manner.
From our sponsors
[ASK] kalo dalam db (khususnya sql server) disebu...
Oct 1st 2013, 15:01, by Yudha Maulana

Yudha Maulana 3:01pm Oct 1
[ASK]

kalo dalam db (khususnya sql server) disebuah database ada nama kolom yang pake spasi (misalkan nama kolom : Jumlah Tersedia) nah itu querynya gmn? misalkan query echo $row->Jumlah Tersedia;
udah ane coba dah gagal :(
bagi yg tau mohon berbagi :D

Yudha Maulana 3:14pm Oct 1
up :D

Bertho Joris 3:22pm Oct 1
yg pertama dilakukan : gampar yg desain databasenya...

Yudha Maulana 3:23pm Oct 1
wah kuasar gan wakwka
any idea?

Gatot Ari Wibowo 3:43pm Oct 1
coba $row->{'Jumlah Tersedia'};

Yudha Maulana 3:45pm Oct 1
errorisasi :(

Gatot Ari Wibowo 3:45pm Oct 1
atau:
$x = 'Jumlah Tersedia';
echo $row->$x;

Yudha Maulana 3:48pm Oct 1
ups berhasil yg diatas td gan, ane kira ` ternyata ' hehe trims buanyak :D

Cahya Dsn 3:49pm Oct 1
[1]fetching-nya pake array non associative
[2] di query SQL-nya pake alias `nama field` AS nama_field
[3] dst, dsb, dll

Yudha Maulana 3:50pm Oct 1
udah sloved bang :D

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