JAVASCRIPT
CSS
PHP
3rd-Party Scripts
UPLOAD YOUR SCRIPT
Search
Recent Searches
errors.asp
dropshadow
prompt for filename
PC History Shredder
GreenCore
select * from table
date time
align right
flooding
java script string comparsion
Rate this script:
I Love it
/
I Hate it
Zeropad a number
Code
<?php
function
zeropad
(
$number
,
$limit
)
{
return
(
strlen
(
$number
)
>=
$limit
)
?
$number
: zeropad
(
"0"
.
$number
,
$limit
)
;
}
?>
Zeropad a number scripts
|
Zeropad a number snippet
|
Zeropad a number example
|
Zeropad a number tutorial
|
Zeropad a number code