PHP File_put_contents not working

后端 未结 2 1430
南旧
南旧 2020-12-22 11:23

Check this code:



        
2条回答
  •  情话喂你
    2020-12-22 11:55

    You can't write a remote file via http.(If you could do that, every one else could change that file also.)

    You need to use the local path.

提交回复
热议问题