Good day, I discovered the problem. My code makes an entry in the database values of the function date ("H: i: s") ;. The script itself has a body
ignore_user_abort(1); set_time_limit(0); while(true) { //Тут запись date("H:i:s") } So, all the time the date () value is the same, explain how to fix it ?. I even did differently. For the sake of the file_get_contents () test file with the date, but the result is the same ... although the file itself, the contents of which I parsed, displays everything fine. Please help!