php-general@lists.php.net

2001-07-10 Thread Siva Subraj
Dear list, I have a strange problem with the weird behaviour of exec() or system() When I do: exec('/usr/local/bin/php somescript.php if=infile.txt of=outfile.txt > out_somescript &'); in a script invoked by apache, it works perfectly - the somescript processes 'infile.txt' and produces 'outf

[PHP] Re: exec(), system() and & :(

2001-07-11 Thread Siva Subraj
PROTECTED] From: "elias" <[EMAIL PROTECTED]> Date: Tue, 10 Jul 2001 08:45:51 -0700 Subject: Re: exec(), system() and & Hmm... why don't try to use eval() read the PHP file from within your PHP script and eval the read file, "Siva Subraj" <[EMAIL PROTECTED]&