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
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]&
2 matches
Mail list logo