[snip]
for($i = 555500002; $i < 55550144; $i++){
        echo $i . "\n";
}

does not echo anything. Even put the numbers in quotes (single and
double). What has being brain-dead caused me to miss this morning?
[/snip]

I found it...one too many zeros in initial $i (I wanted to say "one two
many..") :)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to