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/ 
Learning HTML & CSS shouldn't be difficult.

Master Trainer, Mark Lassoff, will teach you everything you need to know to create a creative and professional web site in 4 hours.
From our sponsors
Permisi master mau tanya "select * from modul whe...
Nov 3rd 2013, 05:37, by Danang Vai Kurniawan

Danang Vai Kurniawan 5:37am 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 ?

Akhmad Ghozien 5:38am Nov 3
urutan <= 5

Akhmad Ghozien 5:38am Nov 3
"select * from modul where aktif='Y' and urutan<='5'"

Indra Syafi'i 5:39am Nov 3
SELECT * FROM modul WHERE aktif = 'Y' LIMIT 0 , 5

Hatake Kakashi 5:42am Nov 3
maksudnya urutan tu
1
2
3
4
5
gitu ya??
mungkin pake ""select * from modul where aktif='Y' order by urutan asc"
cmiiw

Alier Bintang Kecil 5:42am Nov 3
Select * from modul where aktif='Y' order by urutan limit 0,5

Yuans Kharista 5:42am Nov 3
$pencarian=mysql_query("select * from modul where aktif='Y' order by urutan")

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