Installation of XAMPP Server to run PHP program


Introduction

XAMPP Server is a free and open source cross-platform web server solution stack package, consisting mainly of the Apache HTTP Server, MySQL database, and interpreters for scripts written in the PHP programming languages.

XAMPP's name is an acronym for:

X (to be read as "cross", meaning cross-platform)
Apache HTTP Server
MySQL
PHP
Perl

xamppp-images.gif


Double click on XAMPP icon ,follow the given steps

d1.gif

Step 1 : Click on the run button

d2.gif

Step 2 : Click next 

d3.gif

Step 3 : Here you can give your destination folder and click next

d4.gif

Step 4 : Click install

d5.gif

Step 5 : Process is going on

d6.gif

Step 6 : Click finish

d7.gif

Step 7 : 
Successfully installed and click yes

d8.gif

Step 8 :
Here's your Xampp server

d9.gif


After that go to drive where your XAMPP is installed and double click on XAMPP

d10.gif

Go inside the htdocs folder and make the folder by your name

d11.gif

Make a program with .php extension and save it inside your folder

To Run : Open Browser and type on browser URL : http://localhost/yourfolder/filename.php


Similar Articles