XAMPP is an open-source, cross-platform web server that consists of a web server, MySQL database engine, and PHP and Perl programming packages.
XAMPP Full form
X – (cross platform operating systems) meaning it can run on any OS Mac OX , Windows , Linux etc.
A – Apache – this is the web server software.
M – MySQL – Database.
P – PHP
P – Perl – scripting language
How to Install XAMPP
1)-Download XAMPP
Click here to XAMPP download for Windows: https://www.apachefriends.org/index.html
2)-Double Click to excecutable file.
3)-Choose the Insatllation path.
4)-Check the necessary services
5)-Finish the installation
Example Create a file in C:\xampp\htdocs directory with .php extension. File name is index.php
<?php
echo "Hello! Dear";
?>
Run on browser http://localhost/index.php
Output
Hello! Dear
Very good tutorial Good luck
Copyright ©2022 coderraj.com. All Rights Reserved.
Very nice tutorial for learn PHP language