How To Use For Loop In Php Using Array Tutorial Sample Script
Posted On Thu Feb 14, 2008 By hostman In PHP Forums And Topics Discussions About Hyper Text Programming Language Forums
its easy to use the for loop
lets say i want to display numbers 1 to 10 i would do this:
PHP CODE:
this would be the output:
counter is 1
counter is 2
counter is 3
counter is 4
counter is 5
counter is 6
counter is 7
counter is 8
counter is 9
counter is 10
lets say i want to display numbers 1 to 10 i would do this:
PHP CODE:
<?php
for($counter =1; $counter <= 10; $counter++) {
print("counter is $counter<br>n");
}
?>
this would be the output:
counter is 1
counter is 2
counter is 3
counter is 4
counter is 5
counter is 6
counter is 7
counter is 8
counter is 9
counter is 10
glaiza Fri Feb 17, 2012
hello good programming practice
hostman Thu Feb 14, 2008
not lets get more creative. how about if we can assign these values to an array?
Related Content
Information
Forums »
PHP Forums And Topics Discussions About Hyper Text Programming Language »
How To Use For Loop In Php Using Array Tutorial Sample Script
PHP Forums And Topics Discussions About Hyper Text Programming Language »
How To Use For Loop In Php Using Array Tutorial Sample Script
Title: How To Use For Loop In Php Using Array Tutorial Sample Script
Description: How To Use For Loop In Php Using Array Tutorial Sample Script
Tags: how ,to ,use ,for ,loop ,in ,php ,using ,array ,tutorial ,sample ,script
Info: This Post Has Been Viewed 0 Times Since
Date: Thu Feb 14, 2008
Author hostman Received 2 Replies #1085
Date: Thu Feb 14, 2008
Author hostman Received 2 Replies #1085
Share
URL: 

Embed: 

To embed this topic, just copy the code from the "Embed" box. Once you've copied the code, just paste it into your website or blog to embed it
BBCODE:: 

BBCODE is use on forums. You can put this code on all your BBCODE enabled forums like PhpBB, vBulletin® and others. Just Copy and Paste this code on your Posts and Replies on your forums
wallpaperama | Wallpapers | Forums | Terms Of Service
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5
copyright © 2013 wallpaperama - All Rights Reserved - Last Updated Mon May 06, 2013 (-8 GMT)
Powered by: Webune Forums V5