Selasa, 24 September 2013

PHP Indonesia - Facebook: Numpang Tanya Ga... ini kalo di w.Xp muncul tadi k...

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/ 
What drives your body?

Explore your exercise, sleep and food data to discover your body on projectaddapp
From our sponsors
Numpang Tanya Ga... ini kalo di w.Xp muncul tadi k...
Sep 25th 2013, 03:32, by Iswanto Nugroho

Iswanto Nugroho 3:32am Sep 25
Numpang Tanya Ga...
ini kalo di w.Xp muncul tadi kalo di W.7 ga muncul kenapa yach gan ??

<?php
$sql= mysql_query("select * from terima where number order by number desc limit 1 ") or die (mysql_error());
while ($isi= mysql_fetch_array($sql)){
?>
<tr>
<td>Roll In</td>
<td>:</td>
<td><input type="text" name="Rollin" size="24" value=<?php echo $isi['Roll_No'];?> disabled></td>
</tr>
<?php
}
?>

Edi Wang 3:40am Sep 25
coba ganti <input type="text" name="Rollin" size="24" value=<?php echo $isi['Roll_No'];?> disabled> menjadi <input type="text" name="Rollin" size="24" value="<?php echo $isi['Roll_No'];?>" readonly="readonly">

Iswanto Nugroho 3:43am Sep 25
ok dicoba..

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