Search found 1 match
- Thu Jul 29, 2010 11:29 am
- Forum: PHP - Code
- Topic: Remote script Execution output on remote machine
- Replies: 0
- Views: 132
Remote script Execution output on remote machine
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 ...