On 8/15/11, Parveen Arora <[email protected]> wrote: > Hello All, > > I want to run the shell script from browser.
You can do this form PHP using "exec".(I hope you are using PHP). > But shell script takes time for processing. So I don't want user's > browser to take any load or freeze. For this purpose you can make an Ajax call to your php script(that will execute your shell commands or shell script) > Means processing should be in background and user should be unaware of > that processing after giving the execution command. You can use jquery or simple xmlhttp request on some event or on your DOM ready. > > If anyone knows please tell me how to do that, or help me in doing it. > > Any Immediate help will be appreciated. > > Thank You. > > -- > Parveen Arora > www.parveenarora.in > E-Mail: [email protected] > > -- > Mailing list guidelines and other related articles: > http://lug-iitd.org/Footer > -- Thanks & Regards -Peeyush Chandel -- Mailing list guidelines and other related articles: http://lug-iitd.org/Footer
