<?php
//file_filesize.php
$handle = "nex.txt";
?>
<html>
<title> file_filesize.php</title>
<body text="#000080" bgcolor="#F7F0D7">

<br>
<?php
echo "$handle : ".filesize($handle) . ' bytes';

?>
</body>
</html>