Jump to content

Unable to load my php project pages


indian076

Recommended Posts

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. 

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.