Determining File Size with filesize()
<? print "The size of test.txt is. "; print filesize( "test.txt" ); ?>