On Tuesday 20 January 2004 14:45, keithneda riley wrote: > I am using the book: > Dreamweaver Mx: php Web Development as a guide to > install and configure php.
You would be much better off following the install.txt file or the php manual as they will always be up to date. > Hovever when I try to test > my installation my browser shows a blank page (web > page unavailable offline). I typed in the command > prompt: php.exe -i and it came up with the following: > php.exe is not recognized as an internal or external > command, operable program or batch file. Change directory to the one into which you installed php first: e.g. cd c:\php php.exe -i The web page unavailable offline implies that your web browser is in offline mode (at least I think so - I haven't used windows for years). -- Phil Driscoll