html output starts when php/mysql is totally finished
even when there is plain html on top
ikbenhet1
10:08 am on Jul 15, 2003 (gmt 0)
The server sends the html output but waits until the php/mysql is totally finished. The html is on top of the php file. It's giving a delay Is there a way around this, and preferebly not through frames?
dmorison
10:20 am on Jul 15, 2003 (gmt 0)
does flush() help?
ikbenhet1
10:27 am on Jul 15, 2003 (gmt 0)
Yes, it works! Unfortunately not from an include();, but this does it well in the index.php.