Senin, 28 Oktober 2013

PHP Indonesia - Facebook: master gimana cara buat print laporan misalkan lap...

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/ 
Got an anatomy exam soon?

Use the most efficient tool to learn anatomy and be prepared for your next exam like no one else. Make your anatomy learning experience an unforgettable one.
From our sponsors
master gimana cara buat print laporan misalkan lap...
Oct 29th 2013, 02:45, by Fudjie Portgas D. Ace

Fudjie Portgas D. Ace 2:45am Oct 29
master gimana cara buat print laporan misalkan laporan pernama, perkelas...? soalnya udh di WHERE kga tampil..*mohon bimbingannya yaa..:)*

Cahya Dsn 2:53am Oct 29
query yg sudah dibuat spt apa?

Fudjie Portgas D. Ace 2:55am Oct 29
misalkan ni ya $query("SELECT * from siswa where nama_siswa");

Cahya Dsn 3:00am Oct 29
"SELECT * from siswa where nama_siswa"<-- querynya kurang tepat
WHERE nama_siswa-nya siapa?
bandingkan dengan:

SELECT nama_siswa
FROM siswa
GROUP BY nama_siswa

..artinya ambil seluruh data 'nama_siswa' dari tabel 'siswa' kelompokkan berdasarkan 'nama_siswa'

atau coba bandingkan dengan ini:

SELECT *
FROM siswa
WHERE nama_siswa LIKE '%budi%'

artinya, tampilkan semua data dari tabel 'siswa' yang nilai dari field 'nama_siswa'-nya mengandung kata 'budi'

dst.. cmiiw ^_^V

)* gunakan klausa GROUP BY untuk mengelompokkan data berdasarkan field tertentu
gunakan klausa WHERE untuk membatasi data yang akan ditampilkan dngn suatu kondisi tertentu

akan lebih membantu jika disertakan script yg sudah dibuat ^_^V

Fudjie Portgas D. Ace 3:04am Oct 29
ohh jadi kalo print harus pake gitu yahh kirain sama...hehe

oke oke makasih atas pencerahannya .. ^_^

Cahya Dsn 3:06am Oct 29
IMHO tidak terbatas kalo print saja, ada baiknya pelajari kembali SQL SELECT dengan penggunaan klausa WHERE dan GROUP BY ^_^V

Eawijayanto 3:56am Oct 29
kalau where nama_siswa <-- ?
WHERE nis='035'

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