Sabtu, 12 Oktober 2013

PHP Indonesia - Facebook: [ask] looping. untuk menampilkan mahasiswa 1 kelas...

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
[ask] looping. untuk menampilkan mahasiswa 1 kelas...
Oct 13th 2013, 04:27, by Iiz Robins

Iiz Robins 4:27am Oct 13
[ask]
looping. untuk menampilkan mahasiswa 1 kelas. serta nilai uts dan uas.
3 table
table mahasiswa.
table nilai_uts
table nilai_uas

ga bisa looping 3 ya. jadi nampilin nilai per mahasiswa

script
$mysql="select * from matakuliah where id_jurusan='$kl3[0]' and semester='$smt'"; $hasil=mysql_query($mysql); $row=mysql_fetch_array($hasil);

do {
$n++;
$mysql1="select * from nilai_uts where nim='$uid' and semester='$smt' and id_matkul='$row[0]'"; $hasil1=mysql_query($mysql1); $row1=mysql_fetch_array($hasil1);

$mysql2="select * from nilai_uas where nim='$uid' and semester='$smt' and id_matkul='$row[0]'"; $hasil2=mysql_query($mysql2); $row2=mysql_fetch_array($hasil2);

} while ($row=mysql_fetch_array($hasil))

ada solusi. thanks.

Iiz Robins 4:34am Oct 13
up up

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