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
pass through of file
Moderator: General Moderators
-
asgerhallas
- Forum Commoner
- Posts: 80
- Joined: Tue Mar 14, 2006 11:11 am
- Location: Århus, Denmark
- feyd
- Neighborhood Spidermoddy
- Posts: 31559
- Joined: Mon Mar 29, 2004 3:24 pm
- Location: Bothell, Washington, USA
readfile() is what I was referring to.
-
asgerhallas
- Forum Commoner
- Posts: 80
- Joined: Tue Mar 14, 2006 11:11 am
- Location: Århus, Denmark