Hello friends, Could anybody tell me the procedure to install php in my system ? i've checked in php.net site and then i installed wamp server and php 5.3.2. But eventhough i am not able to execute php files. So could you suggest me the ways to install php and also to run php scripts. Thank you !!!!!
For wampserver, check the following: 1) WampServer is on. (you can turn it on by clicking on the program in the start menu) 2) You are using windows. (If you use a mac, get a MAMP server) 3) The PHP file is in the WampServer www directory.
If you had already installed WampServer successfully , check where "www" directory is created (c:\wamp\www). Create a directory inside for your project and put your PHP files in it. Click on the link "Localhost" in WampServer menu or open your browser and open the http://localhost address. For Reference Please check whether WampServer is on before running scripts.