Suppose I have an old interactive DOS program that I want to control via
the web. Is it possible to create a PHP program that not only starts the
program, but allows keyboard input and displays the output of the DOS
program interactively? If PHP can't do this, any other suggestions?