On Thu, 2009-02-05 at 14:59 -0500, Terry Braun wrote: > Thanks to everyone for the help. One last hopefully quick and not too > naive question - can I just exec php and pipe input and output? There is > probably some good reason that is not obvious to me. > terry
that's basically what CGI does, while the CGI standard defines some environmental variables you should set (lie QUERY_STRING which will be parsed into PHP's $_GET array) See http://www.w3.org/CGI/ johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php