Kamis, 26 September 2013

PHP Indonesia - Facebook: [aks] Ubah for disamping agar code tersebut berhi...

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/ 
All Tech news in ONE place

Tired of browsing thru hundreds of RSS feeds? Try Techi. All the tech news from around the web in ONE place, including exclusive articles. Daily newsletter.
From our sponsors
[aks] Ubah for disamping agar code tersebut berhi...
Sep 26th 2013, 09:34, by Jaka Saputra

Jaka Saputra 9:34am Sep 26
[aks]
Ubah for disamping agar code tersebut berhitung mundur dari 50, 45, 40, hingga 5.
kalau kode seperti ini kurang dimananya ya gan

for ($i = 50; $i <= 50; $i = $i-5)
{
echo $i . "\n";
}

Sandi Racy 9:37am Sep 26
$i >= 5

Ibnu Calm 9:39am Sep 26
<=5

Andi Malik Rizki Maula 9:41am Sep 26
$i > 0

Gembel Berkelas 9:42am Sep 26
$i >= 5; $i-=5

Hardian Hartato 9:49am Sep 26
for($i=50; $i>=5;$i-=5)
{
echo $i."\n";
}

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