> I have a script that creates a php file based on user input.  I need this
> newly created file to have write permissions - chmod 777.  How can I have
> the script create the file with these permissions already set?  Is this
> possible?
>
> Thanks,
>
> Matt


How are you creating the file? fopen()? touch()? Give a little more
information please.

Alex

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

Reply via email to