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 | 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 } ?> |
| | 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"> |
| | ok dicoba.. | | |
|
Tidak ada komentar:
Posting Komentar