lohaleaders.blogg.se

Learn how to use wamp server
Learn how to use wamp server















To stop IIS server go to Start option, select Control Panel, Administrative tool, select services. IIS is a web server similar to WAMP, which could be installed in your system, in case IIS is installed and currently running in your system then you need to stop the service. Start the server, click on the localhost link, it will open the home page of the server and then click on the php link, it will display the list of file name as linkĬlick it and it will display Hello PHP in the web browser.

Learn how to use wamp server code#

In the above code is an alternate of echo language construct, to enable this option click on the wamp server icon on task bar, select PHP, select PHP settings, and then check the short open tag option. Open the c:\wamp\www folder, create a new folder named PHP, and open a blank text file and write the following code: Let's develop a small program to check whether your server is running or not. Home page of the server will be displayed in Internet Browser. To check whether the server is running or not again click on the icon of wamp server and select Localhost option. Left click on the icon, select MySQL, go to service option, click start/resume serviceĪnother option is left click on the icon and select restart all services.Left click on the icon, select apache, go to service option, click start/resume service.Now the color of the icon should change to white that means all services are running, if the color of the icon appears half yellow then all services are not running then follow either of these steps: Initially the icon will be partially red, it means no service is currently running, click on it and a popup menu will appear, select the start all services option. After selecting the wamp server you can see an icon will appear (which looks like a speedometer of vehicle) on the tray (extreme right side of the task bar) as shown in the figure below.

learn how to use wamp server

We will develop PHP programs inside the Now start the wamp server either by double click on the icon appear on the desktop or go to start option and then select wamp server. Inside the folder there will be many files and folders like: alias, apps, bin, lang, logs, scripts, tmp etc. You will be familiarized with the WAMP server directories and the different configuration options it provides.Īfter successful installation you can see a folder inside the C:\ drive named wamp.

learn how to use wamp server learn how to use wamp server

In this section we will learn how to start, restart the WAMP server and test a simple php program. Running & Testing on WAMP server: This tutorial provides a simple and effective way to use wamp server, you will also learn how to run a program, how to enable few features and so on.















Learn how to use wamp server