XAMPP and XAMPP installation


XAMPP:-

  • It is extension to’WAMPP’
  • It is and environment providing [ PHP Mysql with apache]
  • Htdocs is a root folder to store PHP application.

 

XAMPP installation:-

At that time of installation

  • In service selection

[choose] – install Apache as service

-install MySQL as service

When we install ‘XAMPP’ a folder with name ‘XAMPP’ is available. In this folder ‘htdocs’ is a sub folder it used to store the PHP application.

All PHP programs we should save in ‘htdocs’

 

PHP.INI :-

This file is available in ‘xampp/apache/bin’ folder. It contains the configuration settings & ‘PHP’ language.

Httpd.conf :-

This file contains apache configuration settings. It is located in ‘xampp/apache/conf’ folder.

‘htdocs’ is a root folder to store PHP application

 


 

Leave a Reply

Your email address will not be published. Required fields are marked *