mikeyandyou Posted October 27, 2006 Share Posted October 27, 2006 Hi all:How can I correct this error:this is my code:<?php$a=fopen("c:KeyFile.txt","a");?>And I get permission denied error message.Any help, pleasemikey Link to comment https://forums.phpfreaks.com/topic/25352-fopen-permission-denied-help/ Share on other sites More sharing options...
Caesar Posted October 27, 2006 Share Posted October 27, 2006 What permissions are set for the file? Is it set to 755? 777? 644? That would be the very first thing I would check. Link to comment https://forums.phpfreaks.com/topic/25352-fopen-permission-denied-help/#findComment-115582 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.