[PHP-WIN] Re: FW: exec php.exe in windows

2006-01-23 Thread Dave Kennedy
>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

[PHP-WIN] Re: FW: exec php.exe in windows

2006-01-23 Thread Dave Kennedy
>> 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 >>>

[PHP-WIN] Re: FW: exec php.exe in windows

2006-01-23 Thread El Bekko
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