I have a while loop in PHP with various calculations as well as a number of IF/ELSE statements. It is hard coded to loop 100 times or until it is broken if a certain condition is met. Each time the loop iterates it echos a line of text.
On a small number of the iterations I am not getting the echo output to my webpage. It is completely random, sometimes it misses say 1, 13, 50... sometimes it doesn't miss any until after 50 or so. It's really puzzling me as all of the code is successfully executing, just occasionally not being output.
Before anyone mentions, no errors are generated what so ever. I'm not going to post the loop as it is far too large and as mentioned all of the code is error free and successfully executing.