Answer the question
In order to leave comments, you need to log in
Why might data not be written to a file when executing a script using KRON?
I'm trying to write data to a file:
$fd = fopen("check_game.txt", 'w+') or die("не удалось создать файл");
$str = "pm";
fwrite($fd, $str);
fclose($fd);
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question