suresh kumar wrote:
i am facing one problem in type casting.
$accno="2927";
$accno=$accno+1;
its o/p is 2928. but i want output to be 2928.i am
my h/t is g/d but if d/l is w/h then I w/s but only if it's g/v
waiting response from u.
from what I gather your always waiting for a respo
On 15/03/06, suresh kumar <[EMAIL PROTECTED]> wrote:
> i am facing one problem in type casting.
> $accno="2927";
> $accno=$accno+1;
> its o/p is 2928. but i want output to be 2928.i am
> waiting response from u.
$accno = sprintf('%08d', $accno+1);
-robin
2 matches
Mail list logo