fopen only working if php page is directly accessed

前端 未结 0 1935
独厮守ぢ
独厮守ぢ 2020-12-05 00:12

I have a file called callback.php that has this code

$file = fopen(\'file.txt\', \'w+\');
fwrite($file,json_encode($_POST));

When you access

相关标签:
回答
  • 消灭零回复
提交回复
热议问题