How can i work on the downloaded existing php scripts on my pc with wamp server?

scripts
by Kmeron

Question by NAVI: How can i work on the downloaded existing php scripts on my pc with wamp server?
I have downloaded a php project file which was zip folder an i have extracted files from it and i have installed wamp server on my pc , now i m not getting how to use those script pages with my wamp server, and how can i edit them?and make changes in the database ????

Best answer:

Answer by Gamer
On Windows it default installs to c:\wamp. In it there’s a folder called www. Put your files there.
If you have wamp running, you can connect to it by typing the URL “http://localhost/” (without the quotes) into your browser’s address bar. If that doesn’t work, use “http://127.0.0.1/”. The wampServer will process the index.php (you must call the default index page index.php), and return it to your browser – it works just like any other web server out there.

You can access the database either through PHP (using is database functions) or by going to “http://localhost/phpmyadmin”.

I hope this helps.

What do you think? Answer below!

Get the book now