php file_put_contents: Permission denied on windows

308 Views Asked by At

I have a folder on my desktop with a php file. Everytime I try to execute that php file with file_put_contents I get Failed to open stream: Permission denied which is extremely furstrating. With other languages like Ruby or Python it works fine. How do I enable php to read and write files on my pc anywhere?

0

There are 0 best solutions below