I Have 2 Shared Hosting.
In both host there have same 2 php files, and its take around 40-50 minutes to complete the execution.
When I Run those script in my both hosting, I watched 1st hosting Echoing everything one by one. But 2nd one doesn't echo anything. But it's echo everything in once after completing the execution.
Can anyone tell, how can I make the 2nd hosting like 1st Hosting ?
I wanted to echo the contents every times, not after fully completing it.
Are the two php files really the same? Maybe a flush
will help.