Jumat, 13 September 2013

PHP Indonesia - Facebook: //ASK && HELP gimana caranya biar nama yang sama 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/ 
Creating iOS Games: Beginner Course

Marin Todorov teaches you how to create an iPhone game easily and simply using Cocos2d in this $99 online course.
From our sponsors
//ASK && HELP gimana caranya biar nama yang sama n...
Sep 14th 2013, 05:40, by Ata Saxalorman

Ata Saxalorman 5:40am Sep 14
//ASK && HELP
gimana caranya biar nama yang sama ngga keulang ??
jadi kalo ada data dengan nama sama langsung berurutan di bawah data sebelumnya ??

Terima Kasih .

http://pastebin.com/8VXTekRg

Freddy Sidauruk 5:52am Sep 14
paste di mari sql nya

Wiliyanto OnLennon 5:53am Sep 14
<table>
<tr><th>No</th><th>Id_order</th><th>Tgl_pesan</th><th>username</th><th>bagian</th><th>status</th><th></th></tr>";
$tampil=mysql_query("SELECT * FROM in_order where status='0' ORDER BY id_order ASC");
$no=1;
while ($r=mysql_fetch_array($tampil)){
echo "<tr><td>$no</td>
<td>$r[id_order]</td>
<td>$r[tgl_pesan]</td>
<td>$r[username]</td>
<td>$r[bagian]</td>
<td>$r[status]</td>
<td>
<a class='table-icon order' title='Detail Order' href=?module=order&act=view_order_dtl&id=$r[id_order]></a> |
<a class='table-icon check' title='Order OK' href=?module=order&act=acc_order&id=$r[id_order]></a> |
<a class='table-icon edit' title='edit' href=#></a> |
<a class='table-icon delete' title='delete' href=#></a> |
</td></tr>";
$no++;
}
echo "</table>";
break;

Wiliyanto OnLennon 5:54am Sep 14
nah bikin table buat headernya diluar select arraynya ... CMIIW master

Ata Saxalorman 5:56am Sep 14
<?php
$query = mysql_query(" SELECT nama FROM mukowil ORDER bY nama ASC ");
while ($data = mysql_fetch_array($query)) {
$nama_mukowil = $data['nama'];

$query2 = mysql_query(" SELECT * FROM masjid WHERE nama_mukowil='$nama_mukowil' ");
while ($data2 = mysql_fetch_array($query2)) {

Saya pake 2 table gan .

Ata Saxalorman 5:57am Sep 14
http://pastebin.com/8VXTekRg

Wiliyanto OnLennon 6:07am Sep 14
<table>
<tr>
<th>No</th>
<th>Nama</th>
<th>Ukuran</th>
<th>Tipe</th>
<th>Rumah Imam</th>
<th>Progres</th>
<th>Tanggal Dibangun</th>
<th>Tanggal Selesai</th>
<th>Kota</th>
<th>alamat</th>
<th>No Telepon</th>
<th>Penganggung Jawab</th>
</tr>

// NAH yang ini di simpen di ata $query gan

CMIIW

Freddy Sidauruk 6:08am Sep 14
kenapa pake dua query gan jadiin satu aja, gini ="select a.umur, a.jenis_kelamin, a.status from tabel masjid a, tabel mukowil b where a.nama=b.nama and nama='".$_SESSION['nama']."'"; kalau ada session pake session, ane juga baru belajar gan

Ata Saxalorman 6:16am Sep 14
udah bisa, makasih semuanya .
:)

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