PHP Basics: Reading and Writing Files

preview_player
Показать описание

In this video I go over some of the basic method used to read or write files.
Рекомендации по теме
Комментарии
Автор

@alucidbeing Basically you need to set the file permissions to allow writing. From the file path I would guess you gave a mac ? It would be best to post this kind of thing on the forum.

betterphp
Автор

I get this when attempting to use the file_put_contents() function ... Warning: failed to open stream: Permission denied in on line 2


alucidbeing