How To Display Array Elements With FOR Loop
RegisterLogin
How To Display Array Elements With FOR Loop
Post Description: How To Display Array Elements With FOR Loop
Tags: How, To, Display, Array, Elements, With, FOR, Loop
This Post Was Posted On Feb 29, 2008 By web hosting #496
Post Description: How To Display Array Elements With FOR Loop
Tags: How, To, Display, Array, Elements, With, FOR, Loop
This Post Was Posted On Feb 29, 2008 By web hosting #496
How To Display Array Elements With FOR Loop by web hosting
<?
## THIS TUTORIAL CREATED BY WWW.WEBUNE.COM LICENSED THROUGH WWW.WALLPAPERAMA.COM
$dir_fs_www_root = getenv('SCRIPT_FILENAME');
$words= explode("/", $dir_fs_www_root );
for($i =0; $i < count($words); $i++) {
echo "<strong>$words[$i]</strong> = ";
echo $words[$i]."<br>";
}
?>
Leave Your Comments
Related Pages: [Add Your Website]
Post New Topic
hostman
#624 1
take a look at this tutorial. it helped me alot
how-to-index-arrays-and-show-all-the-elements-and-values-of-array
how-to-index-arrays-and-show-all-the-elements-and-values-of-array
Feb 24, 2008 Reply Report abuse
©2012 Webune Forums - Sun Dec 16, 2012 7:15 pm
Powered by: Webune Forums V3
Powered by: Webune Forums V3