Question
fopen in php doesn't work
Hello! When I try a simple fopen(“hello.txt”, “w”) it doesn’t do anything at all. I changed to full permissions 777 and changed around the owner to root and different ones and nothing. I added var_dump and echoed the fopen and it gives me False(bool). I checked the fopen configuration in the php.ini file and it is enabled. Any help??
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×