11-25-2007, 12:09 AM
|
#5 (permalink)
|
|
The Frequenter
Join Date: Sep 2007
Posts: 360
Thanks: 24
|
Quote:
Originally Posted by Wildhoney
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.
|
|
|
|