Posted by Jay on 01/23/06 01:45
Hello!
I have a script that I want to output to the screen (browser) in 2 parts:
1st part works fast (query of datbase and ouput to screen)
2nd part performs a javascript action which takes time.
Is it possible to first output to screen the 1st part of the code (this way
user has some information to look at)
then ... perform the javascript?
I've tried:
flush();
ob_flush();
http://us2.php.net/manual/en/function.ob-flush.php
Anyone have any success with this?
Navigation:
[Reply to this message]
|