0% found this document useful (0 votes)
117 views50 pages

Apache, Mysql, PHP and Perl: - Xampp

XAMPP is a free and open-source cross-platform web server package that allows you to build WordPress sites locally. It contains Apache, MySQL, PHP and Perl which provides a local server environment for developing and testing websites. Using XAMPP, developers can create a local copy of a WordPress site to test plugin updates and new features before deploying them live, preventing potential errors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
117 views50 pages

Apache, Mysql, PHP and Perl: - Xampp

XAMPP is a free and open-source cross-platform web server package that allows you to build WordPress sites locally. It contains Apache, MySQL, PHP and Perl which provides a local server environment for developing and testing websites. Using XAMPP, developers can create a local copy of a WordPress site to test plugin updates and new features before deploying them live, preventing potential errors.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
You are on page 1/ 50

• XAMPP is an abbreviation for cross-platform, Apache, MySQL, PHP

and Perl,
• it allows you to build WordPress site offline, on a local web server on your
computer

• This simple and lightweight solution works on Windows, Linux, and Mac
– hence the “cross-platform” is used for XAMPP

• Since WordPress isn’t a stand-alone application, XAMPP provides two


essential components for its installation – Apache, which is used to
create the local server, and MySQL which you can use as a database for
your website
• A domain is the name of a website, a URL is how to find a website,
and a website is what people see and interact with when they get there

• when you buy a domain, you have purchased the name for your site,
but you still need to build the site
• Why and how developers are using WordPress local server.
• It allows them to create a local copy of the site in which they can try out new
plugin updates before implementing them on its live version

• This way they can prevent and spot potential errors and issues that
might occur

• Let us learn how to locally host a website on Windows, Mac, or Linux.


How to run your first php program with XAMPP server?
PHP ; XAMPP Server; Install location is C: \Xampp
After Installation
Go to Xampp folder in C: Drive
Goto htdocs
Create a new folder and rename it with your project name
Goto new folder and create a new file with filename.php extension
Open it with notepad++
Save the file using Ctrl+S
Goto control panel and type xampp
You will get XAMPP control panel
Click on it
Start Apache server
Goto browser
Type localhost
You will get the XAMPP server
Type localhost/Project
You will get the code link displayed and you can run your first PHP code on XAMPP server
Create an online course database
Import the sql file given in the package
First we will work on Admin Panel
Secondly we will use User Panel
A WordPress localhost setup is much more secure as it offers you a personal and private playground, away from any
potential threats.
• Create database
• Goto localhost again
• Click on phpMyAdmin
• New
• wpdp
• Now go back to localhost—wordpress setup configuration
• Click on Let’s go
Thank
You

You might also like