Entry
Why does PHP only run in a DOS window?
I also can only run PHP in a DOS Window. When I try to run it using IE Explorer V4 It does not proce
Aug 14th, 1999 12:47
Nathan Wallace, Steven Banks, Jaspal Mangat,
Are you accessing the scripts in a web browser ? if you just double
click the script it will send it to the PHP parser which runs it in the
DOS window. Goto http://localhost/ if you arent.
Alternatively, you may not be using a web server. PHP will not display
in your browser without coming through a web server like Apache. You
can download Apache from http://www.apache.org and there is information
for configuring it to work with php on the php website.