readfile
-
The
readfilefunction in PHP reads a file and sends it to the output buffer.PHP
readfile('/path/to/foobar');
The solution for this function is the same as that for fpassthru.
see also
Looking for Rails or PHP web application development, integration, and training?
Rails for PHP is brought to you by Maintainable Software. Get custom web applications and personalized training from the authors of the book and website.

