is it possible to prompt for say an input string when running PHP at the MS-DOS level?
thanks, jim..
No you cant.
Look up php://stdout, php://stdin, php://stderr. I'm not sure exactly how to use this, but I know it's for client input/output for use in shell scripts.