Hi,
I have something like :
$c=$a+$b;
echo $c,
The thing is, i want the result to be a 2 digit number (ie 05 and not 5).
How 2 ?
Thanks in advance.
Michael
I have something like :
$c=$a+$b;
echo $c,
The thing is, i want the result to be a 2 digit number (ie 05 and not 5).
How 2 ?
Thanks in advance.
Michael
Comment