Senin, 05 Agustus 2013

PHP Indonesia - Facebook: [ask] : saya ingin bikin default pada array [0][0]...

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/ 
[ask] : saya ingin bikin default pada array [0][0]...
Aug 5th 2013, 13:02, by Winda Susyanti Naibaho

Winda Susyanti Naibaho 1:02pm Aug 5
[ask] : saya ingin bikin default pada array [0][0] = 1, gimana ya caranya??
saya punya coding seperti ini :
<?php
echo "<table border='1'>";
for($i=0;$i<=10;$i++){
echo"<tr>";
for($j=0;$j<=10;$j++){
echo "<td><input class='span1' style='border: #151515'></td>";
}
echo "</tr>";
}
echo"</table>";
?>

terima kasih..

Jhohannes H Purba 1:15pm Aug 5
did dalam for buat berikut.. if(i==0 && j==0){nilai[i][j]==0}

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