I have a file called callback.php that has this code
$file = fopen(\'file.txt\', \'w+\'); fwrite($file,json_encode($_POST));
When you access