Tyler Longren wrote:
> Why is this happening?

Because you have double quotes in your for-statement.

Here's the way to do it (only relevant part copied) 

$value1 = 1000000;
$value2 = 1223109;
for($i=$value1; $i<=$value2; $i++) {

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to