is it possible to increment by 10's? or 20's?

i have this piece of code, but it selects from 1 to 1000 and counts by 1's.
for($i = 1; $i <= 1000; $i++)

-- 
Louie Miranda
http://www.axishift.com

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

Reply via email to