On Mon, 2003-09-22 at 19:50, uvm wrote:
> I'm beggining to develop the theory that things go awry when 
> using exec from within a webserver-executed PHP script to call 
> a shell script itself written in PHP. 
> 

Why are you trying to call a php script with exec...since it is php why
not just call it directly instead of creating a process outside of the
php you are in and then creating a php cgi to do the processing. It is
easier to call parse the file with the php process that you are
currently in.

--
bigdog

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to