Sabtu, 19 Oktober 2013

PHP Indonesia - Facebook: gan mohon bantuannya untuk mengupdate enum('Y', 'N...

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

Danny Widhianto 1:20pm Oct 19
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 &nbsp;&nbsp;
<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>

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