tharmstrong / allradiosailboats

RC Sailboat Database
0 stars 0 forks source link

Page for "all" does not show any boat #161

Closed tharmstrong closed 6 years ago

tharmstrong commented 6 years ago

Reported by Richard Milward.

tharmstrong commented 6 years ago

Initially thought this was data issue. In the end it was an undocumented buffer size restriction in PHP. When PHP code echoes page content, it uses a buffer. This buffer only gets flushed to browser when compiler encounters ?> <? symbols. Not even flush(); did the trick.