All, I have a PHP Command Line Interface (CLI) script which uses stdin and stdout for reading and writing to/from the terminal. Now I need to have that script open another PHP-CLI script which ALSO needs to uses stdin and stdout for reading and writing to/from the terminal. This script may in turn open another... and another.... Of course after the script ends it returns to the line in the script that called it and so on. Until it's "done"
I am writing a bunch of PHP-CLI scripts which open other helper PHP-CLI scripts which may be called together or apart (so includes don't work) Don Myers BTW I am using PHP 4.3.8 (cgi/cli) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php