![]() |
|
|
+ Search |
![]()
|
Nov 24th, 2000 12:38
Dan Thies, Nathan Wallace, Rasmus Lerdorf
ReadFile() will be faster since it doesn't have to check for PHP tags
like include/require.
http://www.php.net/manual/function.readfile.php3
==
Example:
<?php @readfile("myfile.txt"); ?>
this will cause the file to be read directly to the browser.