Code Library
Home Submit Free Hosting Link To Us Contacts

PHP Showing the file size in kilobytes

PHP Showing the file size in kilobytes PHP PHP Showing the file size in kilobytes Download (.zip)



<?
$file = "index.php";
echo round(filesize($file)/1024,2)." KB";
?>






Tatet