Posted by Riccardo Natali on 07/22/05 18:49
Matthias Braun wrote: check the owner:group permission on the folder/file if (!($fp = fopen(TEMPLATE_PATH.$path.'/'.$file, 'w'))) { echo "ERROR open file"; } else { fwrite($fp, $content); fclose($fp); } Bye R
[Reply to this message]
Copyright © 2005-2006 Powered by Custom PHP Programming