Forum Moderators: coopster

Message Too Old, No Replies

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)

10+ Year Member




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)

WebmasterWorld Senior Member 10+ Year Member



does flush() help?

ikbenhet1

10:27 am on Jul 15, 2003 (gmt 0)

10+ Year Member



Yes, it works!
Unfortunately not from an include();, but this does it well in the index.php.

Thanks!