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? Quote 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+'); Quote Link to comment https://forums.phpfreaks.com/topic/52791-php-fopen-permission-denied/#findComment-260604 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.