Page 1 of 1

Remote script Execution output on remote machine

Posted: Thu Jul 29, 2010 11:29 am
by rahulsince83
I have a php script which is on remote server. I am invoking this script from a local machine using curl. Now when i do curl for the script residing on remote server, the script on server starts to execute and does its work, which is perfect. But i'm looking for way that when i invoke remote script from local machine on remote server, while the execution of remote script on server, i want the output of that script to be displayed on "server's console itself". Is there any way to do it ? Or i am just bonkers ?

I want to do it, because when i invoke script on server, server does it work and send responds back to local machine, but i want to give a demo on server that what it is doing on it's own screen. :D

Any ideas or solutions or approach to problem is highly appreciated !!