Jumat, 25 Oktober 2013

PHP Indonesia - Facebook: [ASK] mastah kalau coding buat auto number di tabl...

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
[ASK] mastah kalau coding buat auto number di tabl...
Oct 25th 2013, 17:36, by Rizky Fathul

Rizky Fathul 5:36pm Oct 25
[ASK]
mastah kalau coding buat auto number di table gimana ya?

Rizky Fathul 5:38pm Oct 25
ingin nya itu angka yg d kolom NO di jadiin auto number dari php nya, bukan manggil dari database... mkasih bagi yg mau menjawab :3

Al Fa Do 5:41pm Oct 25
$i=1;
foreach(){
echo $i;
$i++;
}

Novrian Yf 5:42pm Oct 25
http://pastebin.com/A3fUrwYL

Candra Eka Saputra 5:43pm Oct 25
Pakek perulangan gan,
contoh
<table>
<tr>
<td>No</td>
<tr>
<?php $i=1; foreach(......):?>
<tr><td><?=$i?></td></tr>
<?php $i++; endforeach; ?>
</table>

Rizky Fathul 6:22pm Oct 25
mkasih gan, ane coba, udah searching google ga nemu" :3

Budi Prastyo 6:27pm Oct 25
<?php echo ++$no; ?>

Andri Rosandi 9:28pm Oct 25
ditaro aja pas perulangan buat tampil data ke tabel biar sekalian...

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