>Env: IIS, Windows XP, PHP 4.3.10 (cgi-fcgi)
>exec('c:\php\php -q Balance.php export=all branch=
month=
>login=admin password=admin >> export/Balance.html');
>This command works in Linux when launched by an HTTP server.
>In Windows it works from the command line but hangs when launched from
an
>> Env:
>> Windows XP
>> PHP 4.3.10 (cgi-fcgi)
>>
>> I am trying to capture the html output of Balance.php to a file:
>> The code loops over > and > to build up a report in
>> export/Balance.html
>>
>> exec('c:\php\php -q Balance.php export=all branch=>
month=>
>> login=admin password=admin >>>
Dave Kennedy wrote:
Env:
Windows XP
PHP 4.3.10 (cgi-fcgi)
I am trying to capture the html output of Balance.php to a file:
The code loops over and to build up a report in
export/Balance.html
exec('c:\php\php -q Balance.php export=all branch= month=
login=admin password=admin >> export/Bal