Kamis, 25 Juli 2013

PHP Indonesia - Facebook: mas salahnaya di bagian mna ya?kq ketika di delete...

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 NOTE: Rules for Wall posting: https://www.facebook.com/groups/35688476100/doc/10151597056316101/ Daftar Keanggotaan : http://www.facebook.com/groups/35688476100/doc/10150671770741101/ 
mas salahnaya di bagian mna ya?kq ketika di delete...
Jul 26th 2013, 02:19, by Budi Setiawan

Budi Setiawan 2:19am Jul 26
mas salahnaya di bagian mna ya?kq ketika di delete gak ngelink
<form name="form1" method="post" action="del_mhs_status.php">
<h3>Delete Mahasiswa Berdasarkan Status</h3>
<table width="100%" border="1" cellspacing="0" cellpadding="3">
<tr>
<td width="100"> Pilih Status</td>
<td width="10"> : </td>
<td bordercolor="#56C1EC">
<select name="status[]" id="status" multiple="multiple" size="3">
<?php
include "koneksi/koneksi.php";
$sql=mysql_query("select * from tbl_penerima Group by status");
while ($data = mysql_fetch_row($sql))
{
echo '<option value="'.$data[4].'"> '.$data[3].' </option>';
}
?>
</select>
</td>
</tr>
<tr>
<td colspan="3">
<input type="image" src="img/del.png" width="20" height="20" />
</td>
</tr>
</table>
</form>

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