How To Install Xampp On Localhost |WordPress Offline Course In Urdu| Xampp Basic Concept
XAMPP is a free and open-source local server software that allows you to run PHP and MySQL applications on your computer. Here's how to install XAMPP on your localhost:
Download XAMPP from the official website (https://www.apachefriends.org/download.html).
Double- on the downloaded file to start the installation process.
Follow the on-screen instructions to complete the installation. Make sure to select the components that you want to install (e.g. Apache, MySQL, PHP).
Once the installation is complete, launch the XAMPP control panel from the Start menu or the desktop shortcut.
In the control panel, start the Apache and MySQL modules by clicking on the "Start" buttons next to them.
To test if XAMPP is working correctly, open your web browser and navigate to "http://localhost/". You should see the XAMPP welcome page.
You can use the XAMPP control panel to manage the Apache and MySQL modules and access tools like phpMyAdmin (a database management system).
Note: To use XAMPP on your localhost, you will need to place your PHP and MySQL files in the "htdocs" folder in the XAMPP installation directory. You can also use XAMPP to host websites on your local computer, by placing your website files in the "htdocs" folder and accessing them through "http://localhost/[folder-name]" (replace "[folder-name]" with the name of the folder where you placed your website files).