Re: string to integer conversion

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On 15/03/06, suresh kumar <asureshkumar_1983@xxxxxxxxxxx> wrote:> i am facing one problem in type casting.> $accno="00002927";> $accno=$accno+1;> its o/p is 2928. but i want output to be 00002928.i am> waiting response from u.
$accno = sprintf('%08d', $accno+1);
 -robin

[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux