• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

ob_flush();

  1. M

    Question ob_flush(); is not working

    Hello, I have been trying to make following code work. ob_flush(); flush(); following code works perfectly fine on my local host with PHP7x. header('Content-Type: text/html; charset=UTF-8'); if (ob_get_level() == 0) ob_start(); for ($i = 0; $i < 10; $i++) { echo '|'.$i; ob_flush()...
Back
Top