| Posted: 17 Feb 2005 14:43 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
|
It is a common mistake to open the file locally, rather than over a HTTP connection. Only if you access the file via HTTP, the PHP code will get executed. Make sure to access the file by browser and verify that the URL in your browser's address bar starts with http:// rather than file://.
It is also worth noting that you should always put your PHP scripts into the www folder you have selected and created when installing >e-novative> WAMP. Only files in this folder will be accessible by HTTP (i. e. "over the web"). |
|
| Posted: 05 Apr 2005 00:59 | |
|
Registered User Currently Offline |
Posts: 1 Join Date: Apr 2005 |
|
My PHP scripts are not executed, although I access the homepage via http://localhost, as suggested above (?).
So I see the homepage without PHP fragments. Note that all my files are placed within the default www folder and the coresponding subfolders. If I understood correctly, this software package can be used for checking the homepage on your local PC, before uploading it to a remote server. Exactly this does not work for me. Dmitry Garanin |
|
| Posted: 06 Apr 2005 01:55 | |
|
Administrator |
Posts: 125 Join Date: Feb 2005 |
| Can you please post a simplified example of a PHP script that does not work for you? | |