Quote:
Originally posted by dodo
you are opening source.php and using filesize of output.php.
you should use the filesize of source.php. remember to close $fp
|
Yeah, that's exactly what's going on. Having a starting PHP tag would help to.

As long as you do filesize() on source.php instead of output.php, it should be cool.