/ Published in: PHP
A little restrictive, but should work for simple implementations. I\'m using this to replicate Facebook\'s \"35K people like this\" button format.\r\nThe original code is included below my modification.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function abbr_number($size) { if ($size == 0) { return('n/a'); } else { } function format_size($size) { if ($size == 0) { return('n/a'); } else { }
URL: http://us3.php.net/manual/en/function.filesize.php#99333