RE: [PHP] howto write a DOS file output into a file...

2003-06-09 Thread John W. Holmes
> When I use my system command in PHP I can run a old EXE file. It makes an > output and output is automaticly printing on the web browser. I wanna save > this output at the same time into a txt. > > Anyone knows howto do it? Use backticks to capture the output... $output = `old.exe`; Note that

[PHP] howto write a DOS file output into a file...

2003-06-09 Thread Ferhat BINGOL
Hi, When I use my system command in PHP I can run a old EXE file. It makes an output and output is automaticly printing on the web browser. I wanna save this output at the same time into a txt. Anyone knows howto do it? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: