Senin, 16 September 2013

PHP Indonesia - Facebook: [ask] : misi para master2.. saya punya potongan co...

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/ 
Fun with Brazilian Portuguese

Learn the tips and tricks to speak colloquial Portuguese in a natural and confident manner. Enroll today for just $69!
From our sponsors
[ask] : misi para master2.. saya punya potongan co...
Sep 17th 2013, 02:48, by Winda Susyanti Naibaho

Winda Susyanti Naibaho 2:48am Sep 17
[ask] : misi para master2..
saya punya potongan code seperti di bawah ini, saya ingin mengambil nilai $row2 untuk di tampilkan di table yg berbeda.. caranya gimana ya master2 sekalian, thx..
<?php
echo "<table border='1'>";
for($i=0;$i<=3;$i++){
$row2 = 0;
echo"<tr>";
for($j=0;$j<=3;$j++){
$name1 = "box_".$i."_".$j;
$value2 = round((($prioritas[$i] * $kolom[$i][$j])),2);
echo "<td><input class='span1' value='$value2' readonly></td>";
$row2 += $value2;
}
echo "<td><input class='span1' value='$row2' readonly></td>";
echo "</tr>";
}
echo "<tr>";
echo"</table>";
?>

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