> Warning:
> fopen("/home/venus/public_html/qa/doccon/doc_distribution/count.txt","w")
> - Permission denied in
> /home/venus/public_html/qa/doccon/doc_distribution/New.php on line 9

Check your permissions on the file. If its just a counter file, the
easiest thing to do would be to make it world writeable. chmod 777
count.txt. you should then have the perms to write to it.

-jack

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to