How to Installing XAMPP in Windows 10 | Step by Step Setup | Bangla



How to Installing XAMPP in Windows 10 | Step by Step Setup | Bangla

How to Installing XAMPP in Windows 10 | Step by Step Setup | Bangla

Greetings everyone! Today, in this video, I will provide you with a step-by-step guide on how to install XAMPP Server on Windows 10 and run PHP 8.0.28 programs. XAMPP is a free and open-source cross-platform web server solution stack package developed by Apache Friends. It includes the Apache HTTP Server, MariaDB database, and interpreters for scripts written in PHP and Perl programming languages.

Our main question is: How to install XAMPP Server on Windows 10? Let’s get started!

Step 1: Download XAMPP Server
To begin, you need to download XAMPP Server. Simply follow this link: https://www.apachefriends.org/download.html The page will lead you to the XAMPP download for Windows 10. Click on the download button, and the download will start automatically.

Step 2: Install XAMPP Server
After the download is complete, double-click on the installation file to initiate the XAMPP Server installation on your Windows 10 OS (64-bit). In my video, I provide a detailed step-by-step guide on the installation process. If you encounter any issues, follow along with the video.

Step 3: Start Apache and MySQL
Once XAMPP Server is installed, start the Apache server and MySQL. These are the key components required for running your web server.

Step 4: Create a PHP File
Navigate to the C drive, then the XAMPP folder, and finally, the htdocs folder. Inside the htdocs folder, create a new PHP file and write a “Hello World” script or any other code you desire.

Step 5: Test Your Installation
Open your web browser and type “localhost/nameOfYourPhpFile.php” in the address bar. This will execute the PHP file you created earlier, and you should see the output on the screen.

Congratulations! You have successfully installed XAMPP Server on your Windows 10 OS. Now, you can run server-side scripting languages with ease.

That’s all, my friends! Please subscribe to my channel and hit the bell icon to receive notifications.

Thank you for watching, and I hope you found this video useful. If you have any questions, feel free to ask. Cheers!”