Kamis, 22 Agustus 2013

PHP Indonesia - Facebook: saya punya penjumlahan di mysql dan saya tampilkan...

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/ 
Refresh your vocabulary.

Learn a new word everyday by subscribing to Word of the Day. A great tool if you're studying for the GRE, GMAT or LSAT, or simply want to enhance your lexicon.
From our sponsors
saya punya penjumlahan di mysql dan saya tampilkan...
Aug 22nd 2013, 10:22, by Bara

Bara 10:22am Aug 22
saya punya penjumlahan di mysql dan saya tampilkan di php.. bisa gak hasil jumlah tersebut di buat sesion ... ini scrip penjumlahannya

$sql = "SELECT SUM(jumlahangkakredit) AS total FROM pendidikan where nip=$nip ";
$result = mysql_query($sql) or die (mysql_error());
$t = mysql_fetch_array($result);
echo "<b>TOTAL ANGKA KREDIT PENDIDIKAN: " . number_format($t['total']) . " </b><br> ";

Zeroo 10:24am Aug 22
bisa

Bara 10:24am Aug 22
caranya gmna.. dengan permaslahan di atas

Zlumber Jay 10:24am Aug 22
cukup id nya klo ada

Zeroo 10:25am Aug 22
$_SESSION['total'] = $t['total'];

Bara 10:29am Aug 22
gak bisa

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