for ( $counter = 0; $counter <= 10; $counter += 1) {
echo "Hello world";
}
Thursday, July 17, 2008
PHP - FOR LOOP
Posted by
ashok
at
4:03 PM
Labels: PHP - Loops
Subscribe to:
Post Comments (Atom)
for ( $counter = 0; $counter <= 10; $counter += 1) {
echo "Hello world";
}
Posted by
ashok
at
4:03 PM
Labels: PHP - Loops
0 comments:
Post a Comment