I used fopen() before fgets()...
Fopen() only returns a resource, nothing else :-(
The thing is that the file I try to open is not on the website root directory (size too large) but on another root (UNIX System).
Since I can't allow everybody to mount as disk this directory, I can't use simple <a href> tags (unable to locate file:///RootName/Path/to/File.name).
That's why I have to try AND FIND another solution(BTW, headers('Location: ') doesn't work either :-( ).
Any more ideas? Please...
Thanks a lot in advance,
Sincerely,
Fred.
fred_espi@hotmail.com