Hello, I run the script from the server console php -f path/constructor.php &
Here is the script:
$fp = fopen(dirname(__FILE__)."/object.json", "w"); fwrite($fp, json_encode($res)); fclose($fp); But $ res is not recorded although just the text is written to the file, help.
fopen(dirname(__FILE__)."/object.json", "w"); try it - teran