Page 1 of 1

pass through of file

Posted: Wed Nov 01, 2006 6:12 am
by asgerhallas
Hi,

Just read this thread:

viewtopic.php?t=37687&highlight=password+protection

In the last post feyd mentions that the best way to do it is through a file handler that can pass the file through, what would be the best way to that? And what does it mean to performance?

EDIT:
I think readfile() seems like an obvious choise, I just want to know if there's a better way or what it means to performance...

/Asger

Posted: Wed Nov 01, 2006 1:56 pm
by feyd
readfile() is what I was referring to.

Posted: Thu Nov 02, 2006 1:17 am
by asgerhallas
Ok thanks!