Kamis, 10 Oktober 2013

PHP Indonesia - Facebook: $tgl1= '23/09/2013'; $tgl2 = '10/10/2013'; SELECT...

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/ 
Fun with Brazilian Portuguese

Learn the tips and tricks to speak colloquial Portuguese in a natural and confident manner. Enroll today for just $69!
From our sponsors
$tgl1= '23/09/2013'; $tgl2 = '10/10/2013'; SELECT...
Oct 10th 2013, 09:48, by Reza Fauzan

Reza Fauzan 9:48am Oct 10
$tgl1= '23/09/2013';
$tgl2 = '10/10/2013';

SELECT b.nama_barang, r.kode_barang, r.tanggal,r.status,r.tgl_kirim, r.pemohon, r.jumlah_permintaan,r.jumlah_pemberian,
r.keterangan, u.keterangan as rayon FROM request r join barang b on r.kode_barang=b.kode_barang join user u on r.id_user=u.id_user
where r.status='Kirim' and r.tgl_kirim between '$tgl1' and '$tgl2'
order by r.id_request desc

kesalahan querynya dimana ya??? kok tidak mau di panggil. padahal dlm tabel ada datanya

Dian Anggraini 9:51am Oct 10
kyakx select * from deh

Bambang Eka Setiawan 9:55am Oct 10
coba r.tgl_kirim >$tgl2 and r.tgl_kirim <$tgl1 gan,

Cahya Dsn 9:55am Oct 10
format tanggal 'yyyy-mm-dd' (?)
//..
$tgl1='2013-09-23';
$tgl2='2013-10-10';
//..
cmiiw ^_^V

Aulia Adi 10:08am Oct 10
mysql mu tgl_kirim between DATE_FORMAT($tgl1,'dd/mm/yyyy')

Reza Fauzan 10:22am Oct 10
format tanggal saya di mysql pakai varchar

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