Kamis, 19 September 2013

PHP Indonesia - Facebook: ada yang tahu cara buat tapi manggil dari...

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/ 
Curious about BaaS?

Get the full feature comparison in our free eBook comparing the time to create your own cloud backend to a Backend as a Service like Kinvey.
From our sponsors
ada yang tahu cara buat
Sep 20th 2013, 03:33, by Irul Nuno

Irul Nuno 3:33am Sep 20
ada yang tahu cara buat <option> tapi manggil dari database ?

Pengaturan Privasi 3:34am Sep 20
ada yang tau?
ada
gimana?
mungkin bawah ane yang ngasih codenya,,

Edy Zragentina Subandono 3:34am Sep 20
ada...

Hairul Anwar 3:38am Sep 20
contoh :
<select name="idkat">
<option value="<?php echo $data['idkat']; ?>"><?php echo $data['nmkat'];?></option>
<?php
$category=mysql_query("SELECT * FROM kategori");
while($rowc=mysql_fetch_array($category)) { ?>
<option value="<?php echo "$rowc[idkat]"; ?>"><?php echo "$rowc[nmkat]"; ?></option>
<?php } ?>
</select>

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