Mos beginning web developers are daunted by the thought of having to install and configure Apache web server, mySQL database server and even an FTP host. Before Xampp, you will need to run individual installers and having gone this path I can tell it wasn't an easy task for a newbie. If you don't know yet what these programs are, please see my notes below :
- Apache - open source web server software. This basically allow you to use your computer as a web host. If you have this on your computer, you can run HTML, PHP, etc over http in your browser.
- MySQL is a database server like Oracle and MS SQL 2000. You can use it in conjuction with a scripting language like PHP to save and retrive information.