indian076 Posted May 22, 2015 Share Posted May 22, 2015 Hi All, I am very new to PHP, WAMP, Apache and MySQL technologies, I have downloaded the WAMP server and started it by double clicking, before that I took a project created using WordPress (which is using PHP files) put it in www folder of WAMP, now when I called localhost from my browser the project is showing up when I try to click on it and load the files in browser, it is showing not connected error. Can anybody please help me how to open, edit and run the project as we do in any IDE to see if edited content is affected in my page and making connections to MySql and querying against database contents. Any help like code snippet or link even a suggestion also helps me a lot. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
rwhite35 Posted May 22, 2015 Share Posted May 22, 2015 Are you sure PHP has been enabled on your WAMP setup? Place this simple code in you website root directory. If it shows you all the PHP setting, then your PHP is working. <?php phpinfo(); phpinfo(INFO_MODULES); ?> Try that first. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.