11-15-2007, 01:16 PM
|
#2 (permalink)
|
|
The Reckoner
Join Date: Sep 2007
Posts: 437
Thanks: 22
|
Hey paulOr, try this:
PHP Code:
<?php $aRange = range(555445, 555450, 1);
foreach ($aRange as $iValue) { echo $iValue . '<br />'; } ?>
__________________
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
|
|
|
|