XAMPP is an extension of Apache, PHP, MySQL and phpMyAdmin.
XAMPP is a tool that provides software packages into a single package. By installing XAMPP then no longer need to install and configure the Apache web server, PHP and MySQL manually. XAMPP will install and configure it automatically for you or auto configuration. The current XAMPP version is 1.4.14 or the latest version you can download the http://www.apachefriends.org/en/xampp-window.html.
Software XAMPP version consists of:
a. Apache version 2.0.54
b. MySQL version 4.1.12
c. PHP version 5.0.4
d. phpMyAdmin version 2.6.2-p11 and other
The web server let us know her one by one.
1. Regarding APACHE
Apache has evolved since its first version. Until the time of writing this article the latest version available is Apache ver 2.0.54. Apache is open source, meaning that anyone may use it, retrieve and even modify the source code.
Apache main task is to produce the correct web page to the requester, based on PHP code written by web page maker. If needed also based on PHP code is written, it can be an accessible database first (eg MySQL) to support the resulting web page.
2. Regarding PHP
PHP programming language is a programming language for producing web that is server-side scripting. PHP allows us to create dynamic web pages. PHP can run on various Operating System (OS), such as Windows, Linux and Mac OS. Besides Apache, PHP also supports multiple web servers, such as Microsoft IIS, Caudium, PWS and others.
As hinted earlier that PHP can utilize the database to generate dynamic web pages. Database management systems are often used with PHP is MySQL. But PHP also supports Oracle Database management system, Microsoft Access, Interbase, d-Base, PostgreSQL and others.
Until now PHP has grown up to version 5. Fully supports PHP 5 Object Oriented Programming (OOP), XML integration, it supports all the latest MySQL extensions, web development services with SOAP and REST, and hundreds of other upgrades over the previous version. Same with any other web server PHP is open source as well so that everyone can use it for free.
3. Regarding MySQL
Pperkembangannya called SQL stands for Structured Query Language. SQL is a structured language specifically used for database processing. SQL was first defined by the American National Standards Institute (ANSI) in 1986. MySQL is a database management system that is open source. MySQL is a great couple of PHP. MySQL created and developed by MySQL AB that is in Sweden.
MySQL can be used to create and mengola database and its contents. We can make use of MySQL to add, modify and delete data in the database. MySQL is a database management sisitem is at relational. This means that the data in the database will be placed on a separate table so that some manipulation of the data will be much faster.
MySQL can be used to manage the databases ranging from small to very large. MySQL can also run commands Structured Query Language (SQL) to manage databases in it. Until now, MySQL has evolved to version 5. MySQL 5 supports triggers to facilitate the management of the tables in the database.
4. Regarding PHPMyAdmin
With MYSQL database management should be done by typing the command lines tools (command line) for any particular purpose. If you want to create a database, type the appropriate command line to create the database. If we want to remove the table, type the appropriate command line to delete the table. It certainly is quite difficult because we had to memorize and type commands one by one.
Lots of software that can be used to manage the data base in MySQL, one of which is phpMyAdmin. With phpMyAdmin you can create tables, populate data and other easily without having to memorize commands. To enable phpMyAdmin steps are: first, after XAMP we installed, we need to enable the Apache web server and MySQL from XAMPP control panel. The second, run your favorite browser (IE, Mozilla Firefox or Opera) then type the following web address: http://localhost/phpmyadmin/ in the address bar and press Enter. The third step in an already visible interface (UI) phpMyAdmin you can start it by typing the database name, table name, and so on.
XAMPP is a tool that provides software packages into a single package. By installing XAMPP then no longer need to install and configure the Apache web server, PHP and MySQL manually. XAMPP will install and configure it automatically for you or auto configuration. The current XAMPP version is 1.4.14 or the latest version you can download the http://www.apachefriends.org/en/xampp-window.html.
Software XAMPP version consists of:
a. Apache version 2.0.54
b. MySQL version 4.1.12
c. PHP version 5.0.4
d. phpMyAdmin version 2.6.2-p11 and other
The web server let us know her one by one.
1. Regarding APACHE
Apache has evolved since its first version. Until the time of writing this article the latest version available is Apache ver 2.0.54. Apache is open source, meaning that anyone may use it, retrieve and even modify the source code.
Apache main task is to produce the correct web page to the requester, based on PHP code written by web page maker. If needed also based on PHP code is written, it can be an accessible database first (eg MySQL) to support the resulting web page.
2. Regarding PHP
PHP programming language is a programming language for producing web that is server-side scripting. PHP allows us to create dynamic web pages. PHP can run on various Operating System (OS), such as Windows, Linux and Mac OS. Besides Apache, PHP also supports multiple web servers, such as Microsoft IIS, Caudium, PWS and others.
As hinted earlier that PHP can utilize the database to generate dynamic web pages. Database management systems are often used with PHP is MySQL. But PHP also supports Oracle Database management system, Microsoft Access, Interbase, d-Base, PostgreSQL and others.
Until now PHP has grown up to version 5. Fully supports PHP 5 Object Oriented Programming (OOP), XML integration, it supports all the latest MySQL extensions, web development services with SOAP and REST, and hundreds of other upgrades over the previous version. Same with any other web server PHP is open source as well so that everyone can use it for free.
3. Regarding MySQL
Pperkembangannya called SQL stands for Structured Query Language. SQL is a structured language specifically used for database processing. SQL was first defined by the American National Standards Institute (ANSI) in 1986. MySQL is a database management system that is open source. MySQL is a great couple of PHP. MySQL created and developed by MySQL AB that is in Sweden.
MySQL can be used to create and mengola database and its contents. We can make use of MySQL to add, modify and delete data in the database. MySQL is a database management sisitem is at relational. This means that the data in the database will be placed on a separate table so that some manipulation of the data will be much faster.
MySQL can be used to manage the databases ranging from small to very large. MySQL can also run commands Structured Query Language (SQL) to manage databases in it. Until now, MySQL has evolved to version 5. MySQL 5 supports triggers to facilitate the management of the tables in the database.
4. Regarding PHPMyAdmin
With MYSQL database management should be done by typing the command lines tools (command line) for any particular purpose. If you want to create a database, type the appropriate command line to create the database. If we want to remove the table, type the appropriate command line to delete the table. It certainly is quite difficult because we had to memorize and type commands one by one.
Lots of software that can be used to manage the data base in MySQL, one of which is phpMyAdmin. With phpMyAdmin you can create tables, populate data and other easily without having to memorize commands. To enable phpMyAdmin steps are: first, after XAMP we installed, we need to enable the Apache web server and MySQL from XAMPP control panel. The second, run your favorite browser (IE, Mozilla Firefox or Opera) then type the following web address: http://localhost/phpmyadmin/ in the address bar and press Enter. The third step in an already visible interface (UI) phpMyAdmin you can start it by typing the database name, table name, and so on.
0 Komentar untuk "What is XAMPP??"