Posted by Peter van Schie on 10/03/05 14:34
Ray wrote:
Hi Ray,
[snip]
> But, say I could make files owned by www-data and give it -rwx------.
> How could I read them?
You mean how to read the file from PHP? Just use fopen, fread and
fclose. Or even easier: file_get_contents.
Peter.
--
http://www.phpforums.nl
[Back to original message]
|