Selasa, 17 September 2013

PHP Indonesia - Facebook: master2 php.. saya mau tanya, cara edit data yang ...

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/ 
Shop Best Buy

Find this week's deals in computers, cameras, phones, and more! Choose store pick up or other shipment options.
From our sponsors
master2 php.. saya mau tanya, cara edit data yang ...
Sep 17th 2013, 16:00, by Faisal DoubleIs

Faisal DoubleIs 4:00pm Sep 17
master2 php..
saya mau tanya, cara edit data yang formnya berisi combobox bagaimana ya?

pakek php

Coki Widodo 4:06pm Sep 17
sama seperti menampilkan data di index

Faisal DoubleIs 4:08pm Sep 17
sciptnya bagaimana gan?

Coki Widodo 4:11pm Sep 17
<select name="id" id="select">
<option></option>
<?
$sql=mysql_query("SELECT * FROM contoh");
while($tampil=mysql_fetch_array($sql)){
?>
<option value="<?=$tampil[id]?>"><?=$tampil[nama]?></option>
<? } ?>
</select>

Faisal DoubleIs 4:11pm Sep 17
okey thanks gan

Coki Widodo 4:12pm Sep 17
sama2

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