$num = sprintf("%05d",$num);
----- Original Message ----- 
From: "Senani" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, January 13, 2003 10:21 PM
Subject: [PHP] increment numbers...


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




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

Reply via email to