Hello,
I want to execute a shellscript (duration of execution about 2 minutes) via php.
How can I get the output in realtime e.g. in a <div>?
With Ajax?
Any idea?
regards,
Philipp
Most applications use either Ajax on a DIV or an IFRAME.
In either case, you would have two scripts, a script that prints the scripts output and a script that calls the former script.