Hi,

> And user can't access this file.
> Can I solve this problem by myself, or it's Engine trouble..?

If you really really need to create and access files from your script then
create a directory within your document root like "script-data"
set safe_mode_include_dir to this directory. This should eliminate
the problems.

ATTENTION: do not forget to tell apache via httpd.conf that 
script-data is NOT accessible from the outside.

Stefan 

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to