Thread
:
List of numbers
View Single Post
11-15-2007, 08:55 PM
#
8
(
permalink
)
wGEric
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
You could do a simple for loop as well.
PHP Code:
for(
$i
=
555444
;
$i
<=
555555
;
$i
++)
{
echo
$i
.
'<br />'
;
}
__________________
Eric
wGEric
View Public Profile
Send a private message to wGEric
Visit wGEric's homepage!
Find More Posts by wGEric