|
Posted by Kimmo Laine on 05/10/05 18:30
"Terje" <terje@cyberfactory.no> kirjoitti
viestissδ:vV_fe.9641$SL4.218285@news4.e.nsc.no...
> Here in norway we have a four digit postalnumber, often this is 7800 an so
> on. But in some parts of norway we have 511 an postalnumber with 2-3
> numbers. The problem is that I need to display the 511 as a four digit
> number like 0511. Is there anyway I can set the length of an int string?
>
str_pad($postalnumber, 4, "0", STR_PAD_LEFT);
--
"I am pro death penalty. That way people learn
their lesson for the next time." -- Britney Spears
eternal.erectionN0@5P4Mgmail.com
Navigation:
[Reply to this message]
|