Posted by onedbguru on 04/05/06 19:21
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.
Navigation:
[Reply to this message]
|