Jumat, 23 Agustus 2013

PHP Indonesia - Facebook: permisi master mau nanya cara mempertahankan sele...

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/ 
Compare Hotels

Find great prices for amazing hotels wherever your next destination may be. It's simple to search 100+ sites at once!
From our sponsors
permisi master mau nanya cara mempertahankan sele...
Aug 23rd 2013, 15:23, by Safril Aulia Rahman

Safril Aulia Rahman 3:23pm Aug 23
permisi master
mau nanya cara mempertahankan selection gimana ya?
jadi setelah disubmit pada form selection nya ga dari awal lagi

Budi Sasongko 3:29pm Aug 23
form submit...
pancing dng $_POST untuk option selectednya

Safril Aulia Rahman 3:34pm Aug 23
misal scriptnya gini gan :

<form name='sortir' action='<?$SERVER['PHP_SELF'];?>' method='post'>
<select name='sortKategori'>
<option value=''>--Pilih Kategori--</option>
<option value='it'>IT</option>
<option value='komik'>Komik</option>
<option value='majalah'>Majalah</option>
<option value='pelajaran'>Pelajaran</option>
<option value=''>All</option>
</select>
<input type='submit' name='sortir' value='sortir'>
</form>

$sort = $_POST['sortKategori'];
$sql = "select * from buku where kategori='$sort'";
$result = "mysql_query($sql)";

nah yang harus diubah tu dimananya ya?

Budi Sasongko 3:38pm Aug 23
cara djadoel
<option value='it' <?php (if $_POST['sortKategori'] == 'it') echo 'selected';?>>IT</option>
<option value='komik' <?php (if $_POST['sortKategori'] == 'komik') echo 'selected';?>>Komik</option>
dst...
dst..
dstt....

Safril Aulia Rahman 3:44pm Aug 23
ok makasih gan :)

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