woody79 Posted May 24, 2007 Share Posted May 24, 2007 I have a webserver running mac. When i use the fopen it gives me an error along the lines of "Permission Denied." Anyone know why? Link to comment https://forums.phpfreaks.com/topic/52791-php-fopen-permission-denied/ Share on other sites More sharing options...
jitesh Posted May 24, 2007 Share Posted May 24, 2007 Code like this chmode('file.txt',777); $fp = fopen('file.txt','w+'); Link to comment https://forums.phpfreaks.com/topic/52791-php-fopen-permission-denied/#findComment-260604 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.