Minggu, 01 September 2013

PHP Indonesia - Facebook: Mw tanya gan... bagaimana sih memanggil data di da...

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/ 
Design-Led Engineering

Sourcebits - When your Mobile App has to be absolutely developed right. We've built more than 20 apps that have cracked the Top 10 in the App Store.
From our sponsors
Mw tanya gan... bagaimana sih memanggil data di da...
Sep 2nd 2013, 01:21, by Wisnu Sukma Darmawan

Wisnu Sukma Darmawan 1:21am Sep 2
Mw tanya gan... bagaimana sih memanggil data di database untuk menampilkanya di form, misal "form pendaftaran", pasti kan ada nomor urut'a tuh, untuk memanggil nomor urut di tabel database tanpa harus meng-inputnya?

Rizaldi Maulidia 1:31am Sep 2
$s=mysql_query("SELECT * FROM table....");
$d=mysql_fetch_array($s);

echo "<input type='text' name='no' value='$d[no_urut]'>";

begiitu?

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