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/ | |
gan mohon bantuannya untuk mengupdate enum('Y', 'N... Oct 19th 2013, 13:20, by Danny Widhianto | gan mohon bantuannya untuk mengupdate enum('Y', 'N') di input type= radio bagaimana ya gan
<div class="control-group <?php echo !empty($aktifError)?'error':'';?>"> <label class="control-label">Aktif</label> <div class="controls"> <input name="aktif" type="radio" placeholder="Aktif" value="<?php echo !empty($aktif)?$aktif:"Y";?>">Y <input name="aktif" type="radio" placeholder="Aktif" value="<?php echo !empty($aktif)?$aktif:"N";?>">N <?php if (!empty($aktifError)): ?> <span class="help-inline"><?php echo $aktifError;?></span> | | |
|
Tidak ada komentar:
Posting Komentar