rainolf - 2009-09-30 21:54:22
Hi,
i'm newbie in php and i would like simply
to execute commands for example ping -c google.com ( in a real situation should be a .bat windows file) receiving the output one by one...
in order to let user understand in realtime and rows by rows what the program is doing..
i've tried sample codes with exec or proc_open ..all works but the output
comes all at the end of execution.
anyone could help me? with a sample code ?
Thank u very much