[EMAIL PROTECTED] wrote:

> 
> Hello,
> 
> I have some files off of the web root which I'd like to be able to serve
> up to users (*.doc, *.xls). I know I can do this with header(), but how do
> I reference a file that's outside of the webroot? Thanks!

Try using filesystem links or the PHP function readfile().

J

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to