What's the difference in performance between
print( file_get_contents("myfile.html") );
and
include("myfile.html");
is there any particular reason for using one over the other?
Patrick
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

