php-general | 2004032
Date: 03/31/04
- Next message: Jason Barnett: "[PHP] Re: extracting data from XML file to PHP variable .."
- Previous message: Kenn Murrah: "[PHP] extracting data from XML file to PHP variable .."
- In reply to: CurlyBraces Technologies \( Pvt \) Ltd: "[PHP] Stop/Start a perl script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Curlybraces Technologies Ltd wrote:
> by using php technology, is there any possibility to stop/start perl
> script in a remote machine ?
>
> thanx in advance
> curlys
You probably want to check out XML-RPC. You'd create server/client
scripts that pass xml messages back and forth. As long as your server
is able to start the perl script then you could do this and then pass
the result back to the client, or maybe just a true/false for success at
starting the perl script.
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Jason Barnett: "[PHP] Re: extracting data from XML file to PHP variable .."
- Previous message: Kenn Murrah: "[PHP] extracting data from XML file to PHP variable .."
- In reply to: CurlyBraces Technologies \( Pvt \) Ltd: "[PHP] Stop/Start a perl script"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

