Sabtu, 02 November 2013

PHP Indonesia - Facebook: Permisi master mau tanya "select * from modul whe...

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/ 
Learn Adobe Illustrator CS6 Master Techniques from an Adobe Guru!

With over 25 years of experience teaching, Robert Farrell has been a trusted instructor for individuals and companies who want to improve their Adobe skills.
From our sponsors
Permisi master mau tanya "select * from modul whe...
Nov 3rd 2013, 05:39, by Danang Vai Kurniawan

Danang Vai Kurniawan 5:39am Nov 3
Permisi master mau tanya

"select * from modul where aktif='Y' and urutan='1'"
dari skrip diatas kalo kita pengen nampilin urutan 1 sampai 5 gt gmn ?

Cahya Dsn 5:40am Nov 3
"SELECT * FROM modul WHERE aktif='Y' AND urutan BETWEEN 1 AND 5"

btw 'urutan' itu nama field?, apa maksudnya ..

"SELECT *
FROM modul
WHERE aktif='Y'
LIMIT 5"

.. ato..

"SELECT *
FROM modul
WHERE aktif='Y'
ORDER BY urutan
LIMIT 5"

tau deh.. ane gak tau koding cuman asal koming...

lebih enaknya dikasih contoh data tabelnya seperti apa, dan hasil yg diinginkan seperti apa.. cmiiw ^_^V

Okto Alhamda Putra 5:43am Nov 3
mungkin seperti ini urutan >= 1 and urutan <=5

انتوهيرين 5:49am Nov 3
select * from modul where aktif='Y' order by urutan asc limit 1,5

انتوهيرين 5:49am Nov 3
select * from modul where aktif='Y' order by urutan asc limit 1,5

Saddam-Husein Almandily 5:56am Nov 3
"select * from modul where aktif='Y' and urutan>=1 and urutan<=5"

Danang Vai Kurniawan 5:59am Nov 3
makasi ane coba dulu gan

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