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 | [ASK] mastah kalau coding buat auto number di table gimana ya? |
| | 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 |
| | $i=1; foreach(){ echo $i; $i++; } |
| | http://pastebin.com/A3fUrwYL |
| | Pakek perulangan gan, contoh <table> <tr> <td>No</td> <tr> <?php $i=1; foreach(......):?> <tr><td><?=$i?></td></tr> <?php $i++; endforeach; ?> </table> |
| | mkasih gan, ane coba, udah searching google ga nemu" :3 |
| | <?php echo ++$no; ?> |
| | ditaro aja pas perulangan buat tampil data ke tabel biar sekalian... | | |
|
Tidak ada komentar:
Posting Komentar