Selasa, 08 Oktober 2013

PHP Indonesia - Facebook: mohon bantuan untuk menampilkan total transaksi da...

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
mohon bantuan untuk menampilkan total transaksi da...
Oct 8th 2013, 08:57, by Wayang Kulit

Wayang Kulit 8:57am Oct 8
mohon bantuan untuk menampilkan total transaksi dari jumlah_bongkar berdasarkan masing2 kode barang dan range tanggal tertentu.. misalnya tanggal 1-8 oktober 2013 jenis barang urea dengan nilai total 1250... mohon bantuannya agan2 php...

Made RaUciha 9:13am Oct 8
$total_transaksi = mysql_query("SELECT SUM nama_kolom FROM nama_tabel WHERE tanggal =1 AND tanggal = 8");

Cahya Dsn 9:16am Oct 8
//..
SELECT kode_barang,jenis_barang,SUM(jumlah_bongkar) AS total
FROM nama_tabel
WHERE tgl_bongkar BETWEEN '2013-10-01' AND '2013-10-08'
GROUP BY kode_barang
//..
cmiiw ^_^V

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