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