Rabu, 02 Oktober 2013

PHP Indonesia - Facebook: tanya php nested loop permisi master mo tanya nih...

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/ 
Manage your social media

Best social media tool for image publishing to Facebook and Twitter. Look amazing and delight your followers. Get 40% off when you sign up today.
From our sponsors
tanya php nested loop permisi master mo tanya nih...
Oct 3rd 2013, 04:45, by Edi Iskandar

Edi Iskandar 4:45am Oct 3
tanya php nested loop

permisi master mo tanya nih cara bikin tampilan gini gmna ya?,, msih bingung sama for dan nested for

000010000
000111000
001111100
011111110

Terima kasih

Rofiq Hasansah 4:49am Oct 3
https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=1&cad=rja&ved=0CCgQFjAA&url=http%3A%2F%2Flecturer.eepis-its.edu%2F~yuliana%2FKonsep%2520Pemrograman%2FPrak%2FP12-Looping(4).pdf&ei=xPZMUq2QEIWtrAfYo4GoDg&usg=AFQjCNH8FfX5gZJzkUmscs6POTJBNJU2Kg&sig2=asTQleMyHJahbe6JUfqV-w&bvm=bv.53537100,d.bmk

langsung unduh materinya di link atas itu gan, lengkap, insaallah

Ziand Neutron 5:12am Oct 3
$a = 5;
$b = 5;
for($i=1;$i<=4;$i++){
for($j=1;$j<=9;$j++){
if($j>=$a && $j<=$b){
echo "1";
}
else{
echo "0";
}
}
$a = $a-1;
$b++;
echo "<br>";
}

Edi Iskandar 5:21am Oct 3
Rofiq Hasansah : terima ksh gan,, link yg diatas masih basic bgt contoh2 nya msh kurang, tp bagus utk pemula seperti saya
Ziand Neutron :mantap gan, programmer sejati nih kyknya,, hehehe,,,,,nanti sy coba script nya,, mksih

Rofiq Hasansah 5:23am Oct 3
karna saya juga pemula, hehehe

Ziand Neutron 5:24am Oct 3
sama-sama :D

Hadyan Pramatama 5:34am Oct 3
wah udh lupa tuh, itu spt materi smt 1 cpp di B*i. hhahahaa

Al Ghurahy 5:55am Oct 3
mau cara 4 baris?

<?php

for($i = 1; $i < 9; $i+=2) {
$satu = str_repeat("1", $i);
echo str_pad($satu, 9, "0", STR_PAD_BOTH);
}

?>

pesan moral: pelajari fungsi2 string str_repeat() & str_pad()

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