Remote script Execution output on remote machine

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
rahulsince83
Forum Newbie
Posts: 1
Joined: Thu Jul 29, 2010 11:20 am

Remote script Execution output on remote machine

Post 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 !!
Post Reply