View Single Post
Old 04-22-2002, 07:10 AM  
FATPad
Confirmed User
 
Join Date: Oct 2001
Posts: 6,693
Quote:
Originally posted by spanky


not that it makes a big difference but readfile() would be a wee bit quicker for static html or text files as the php preprocessor won't bother evaluating the contents of the file.

PHP Code:
<? @readfile("./somefile.html"); ?>
cheers
Sweet. I was actually just thinking about this the other day.

Thanks.
__________________
<a href="http://www.adultcontent.co.uk">Adult Content UK - Great British Content</a>
FATPad is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote