What is XAMPP and its Functions and Parts
Understanding XAMPP and its functions and parts this time will be reviewed in this article. What is XAMPP? Maybe this term is rarely known by some ordinary people, but for people who are pursuing the world of web programming or school children majoring in IT, this term is something that is commonly heard. For beginners who are learning web programming for the first time, the XAMPP application is the first application to be used as learning.
XAMPP function can generally be interpreted as a private server. This private server can be used as a practice for students or developers to demo a programmer's work. Therefore, this application is arguably obligatory for students and web developers to be installed on a laptop or computer to support their daily performance.
Waht is XAMPP?
XAMPP is a free software that supports various operating systems which are a combination of several programs. XAMPP was created by the Apache Friends Project Team, which collaborates in which there is a Core Team, a Development Team and a Support Team.
The origin of the term XAMPP is an acronym for words that contain the following meanings:
- X = This application can be run and installed on various operating systems such as Windows, Linux, Mac OS and Solaris.
- A = Apache is a web server application in the form of a web page that comes from PHP code written by the developer.
- M = MySQL is a database server application known as SQL which stands for Structured Query Language which is used to process databases both adding, changing, and deleting data in the database.
- P = PHP is a web programming language used to create dynamic web pages and is server-side-scripting. The database management system used by PHP is usually MySQL, but it is also possible for PHP to use Oracle databases, Microsoft Access, Interbase, D-Base and PostgreSQL.
- P = Perl is an all-purpose programming language developed by Larry Wall on Unix machines. Perl is available on various operating systems variants of Unix (SunOS, Linux, BSD, HP-UX), DOS, Windows, PowerPC, BeOS, VMS, EBCDI and PocketPC.
What is the function of XAMPP
XAMPP functions as a stand-alone local server (also called Localhost) which consists of the Apache HTTP Server program, MySQL database, PHP and Perl. This XAMPP application is provided for free, aka the GNU General Public License and you can download it freely via the link below.
In practice, XAMPP functions as a "demo" of the appearance of a website page, which in the end, the web page will be launched publicly online. This test is usually done by developers on localhost before finally being on an online server.
Section on XAMPP
XAMPP, which is a local web server, has various parts which are of course the same as online web servers such as hosting. There are 3 parts that support developer performance in running XAMPP, namely Htdocs, PhpMyadmin and Control Panel.
- Htdocs is a folder that is used as a storage area for files such as PHP, HTML, and other scripts used on a web page. In terms of storage capacity, XAMPP depends on how much hard drive capacity is on your laptop or computer. Meanwhile, when using online hosting, it depends on the choice of time to buy a hosting.
- phpMyadmin is a place used to manage MySQL databases on a computer or laptop. To access phpMyadmin, namely by opening an internet browser (Mozilla or chrome) then typing the address
http://localhost/phpMyadmin
then the display will appear. - Control Panel is a service for managing XAMPP, either controlling (starting or stopping XAMPP) and other services. Online hosting or VPS is known as CPanel
Post a Comment for "What is XAMPP and its Functions and Parts"
Comment when there are difficulties