etjie
2007-06-11 01:32:18 UTC
$var1 = 3; // expected 0003
$var2 = 50; // expected 0050
$var3 = 120; // expected 0120
$var4 = 5231; // expected 5231
?>
all i want to show on the page is they have the same max char length and when the number not have the full digit, they printed the leading 0 format.