hallo all,
Im using exec() function in my php program, but it takes time to get the
output in my page. After I press submit button and before running exec()
function, I wrote please wait message. The problem is this message doesnt
coming before the command complete executed .
Here also Im using flush() and sleep() functions to get output progress
line by line.
I need help to display wait message immediately after I press submit
button.
Thanks in advance