View Single Post
Old 11-25-2007, 12:09 AM   #5 (permalink)
Haris
The Frequenter
Prolific Welcomer Upcoming Programmer 
 
Join Date: Sep 2007
Posts: 360
Thanks: 24
Haris is on a distinguished road
Default

Quote:
Originally Posted by Wildhoney View Post
I must admit that I've never used the range function, despite being fully aware of it. I suppose the only instance I could think of using it, is in an array:

php Code:
foreach(range(1, 10) as $iNumber)
{

}

What other purposes are there?
Populating fields is only what comes into my mind.
Haris is offline  
Reply With Quote