Searching...
22 Nisan 2013 Pazartesi

PHP Third Tutorial - While

22:56
Second Tutorial...


Beginning...

Third PHP article.
Article's objectives:
  • Learn While

While

If you want make many function , you can use while. Its like many IF.
<?php
$count = 1;
while($count < 10)
{
echo $count."<br />";
$count++;
}
?> 

1 yorum:

  1. If any question, please say... (h)

    YanıtlaSil
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.