Asked by duncanb7
at 2024-08-03 11:39:04
Point:500 Replies:8 POST_ID:828523USER_ID:11059
Topic:
PHP Scripting Language;Windows XP Operating System;Web Servers
I would like to run php on my Window XP instead of running php in my hosting server since
the shared-server is really busy.
And I follow the following step by step in link-1 to install Apache, finally I am successfully to install
and get the correct response from http://127.0.01 in my IE7 broswer as the link mentioned
Link-1 http://www.mac-connect.com/genericAMP2.php
And also follow the link-2 to install php at my C:php directory and I type php -v at C;php ,
it reponse the php version at C:php shell, but when following the step in link-2, and I try http://127.0.01/test.php,
but it could NOT show me php information on IE7 as link-2 mentioned.
When go to http://127.0.0.1/test.php in IE7 , Window XP always give me
dialog file download message box, ask me open the file or save the file. I don't know why ?
Please advise for any setting I need to do more before I get test.php result with phpinfo() working in my IE broswer
Link-2 http://www.mac-connect.com/genericAMP3.php
The problem , is it related I put test.php in wrong area at C:Program FilesApache GroupApache2htdocs?
it seems Window XP system treat the http://127.0.0.1/test.php as file not php program
Duncan
the shared-server is really busy.
And I follow the following step by step in link-1 to install Apache, finally I am successfully to install
and get the correct response from http://127.0.01 in my IE7 broswer as the link mentioned
Link-1 http://www.mac-connect.com/genericAMP2.php
And also follow the link-2 to install php at my C:php directory and I type php -v at C;php ,
it reponse the php version at C:php shell, but when following the step in link-2, and I try http://127.0.01/test.php,
but it could NOT show me php information on IE7 as link-2 mentioned.
When go to http://127.0.0.1/test.php in IE7 , Window XP always give me
dialog file download message box, ask me open the file or save the file. I don't know why ?
Please advise for any setting I need to do more before I get test.php result with phpinfo() working in my IE broswer
Link-2 http://www.mac-connect.com/genericAMP3.php
The problem , is it related I put test.php in wrong area at C:Program FilesApache GroupApache2htdocs?
it seems Window XP system treat the http://127.0.0.1/test.php as file not php program
Duncan