Sabtu, 14 September 2013

PHP Indonesia - Facebook: [tanya] mau nanya gan untuk nampilin database biar...

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/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
[tanya] mau nanya gan untuk nampilin database biar...
Sep 14th 2013, 10:39, by Adieta Nugraha

Adieta Nugraha 10:39am Sep 14
[tanya]
mau nanya gan untuk nampilin database biar hanya 5 data inputaN terbaru yg tampil pad web gmn yahh..sintax sql nya??terimakasih

Kalista Wiwaha Dewandaru 10:40am Sep 14
struktur tabel please

Imam Sandika 10:43am Sep 14
select nya pake ASC aja trus di kasih LIMIT 5

Adieta Nugraha 10:45am Sep 14
gini gan ane mau bikin tampilan buku tamu tpi biar datanya 5 komentar terbaru yg muncul dgn sql gni

$query=mysql_query("SELECT * FROM bukutamu ");
Database ="bukutamu"
field="Nama",Komentar
ane blm paham betull

Choirul Rozaq 10:55am Sep 14
Buatkan idbukutamu auto incremen
$query=mysql_query("Select * from bukutamu order by idbukutamu desc limit 5 ");

Adieta Nugraha 11:11am Sep 14
udah dibikin gan tp blm bisa jg..
$query=mysql_query("SELECT * FROM bukutamu where publish='Y'");
model sintaxy kyk gtu dimana ada table publish untuk menyeleksi biar bisa tampil..nahh untuk nampilin 5 komentar terbaru,sintax sqlY gmn

Ryan Dmtry 11:13am Sep 14
tambahin aja tgl_posting, nanti querynya gini

SELECT * FROM bukutamu WHERE publish='Y' ORDER BY tgl_posting DESC LIMIT 5

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