Aptana Posted October 18, 2009 Share Posted October 18, 2009 I am aware that you can use system() within PHP to execute system commands, but I was wondering if there was a reasonable way to bring back the results every second. For example, I want a web based interface to put some files in a RAR archive. It would need to execute a command on the server (CentOS 5) to use rar. When you use that command, there is a progress bar that gets drawn in the console window with the progress of the RAR'ing, much like wget. I'm wondering if there is a way to somehow grab that progress bar and put it out on the page so I can see how far along the RAR has gone. Thanks for any help on the matter Link to comment https://forums.phpfreaks.com/topic/178156-using-system-and-bringing-back-the-results/ Share on other sites More sharing options...
Aptana Posted October 19, 2009 Author Share Posted October 19, 2009 Bump. Link to comment https://forums.phpfreaks.com/topic/178156-using-system-and-bringing-back-the-results/#findComment-939496 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.