Hi Everyone....
I have a script that runs for quite a while and i am using ob_start() to buffer the output and print the result after the script finishes executing...
I need to show some loading animation while the script executes and replace it with the output when the script finishes executing...
I know that it can be done quite beautifully with javascript and jquery.... I was just wondering whether it can be done using php alone...?
Is there any library that allows php to do this...?
Thanks for your replies....