When writing an HTML table after a PHP database query very
occasionally (1 out of ten times -- same code) the HTML page is
truncated and cells/or full final rows of table are missing. Looking
at the page source the code is truncated at some final point at the
end.
I load records in an array through a loop and then use another loop to
render the html with embbeded php array variables to draw the html
table.
I thought this could be related to cache or may be solved using flush
function??
I come from ASP and never happened in ASP code.
When I reload the table draws correctly.
Thanks
occasionally (1 out of ten times -- same code) the HTML page is
truncated and cells/or full final rows of table are missing. Looking
at the page source the code is truncated at some final point at the
end.
I load records in an array through a loop and then use another loop to
render the html with embbeded php array variables to draw the html
table.
I thought this could be related to cache or may be solved using flush
function??
I come from ASP and never happened in ASP code.
When I reload the table draws correctly.
Thanks
Comment