HI all,
I need help on incrementing numbers starting with a 0 or more on php-4.2.3.

When I increment a number like 00002 (00002++). Its out put is 3 ( not 00003).
But Its output had leading 0s on php-4.0.2.
Does anybody know any function or any other simple way to do this.

Rgds
JanakaA


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

Reply via email to