Re: .PHP code does not parse php5 Apache2 on windows
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: .PHP code does not parse php5 Apache2 on windows

From: <onedbguru@firstdbasource.com>
Date: Wed Apr 05 2006 - 18:21:24 CEST

You said these are on your "desktop"???? Php will not "execute" from
your desktop. The files should be located in your apache directory
under htdocs and should be accessed via a web browser using your PC in
the address bar.

in IE: http://192.168.1.x/test.php

if you want to use command-line you must go to a cmd window and at the
prompt execute:
C:\where\ever\your\php.exe test.php

there is probably some way to make a .php file associated with your php
executable.
Received on Mon May 1 02:48:54 2006