Looking for more information on how to do PHP the right way? Check out PHP: The Right Way

PHP Magazine:
Installing XAMPP for Development
Dec 07, 2004 @ 13:32:48

From PHP Magazine: Open source stacks such as XAMPP from Apache Friends are simplifying open source development by making it easier to write and distribute applications in a stable and standardized environment. Traditionally, AMPP -- Apache, MySQL, PHP, and Perl -- have all been installed and configured as separate products. The trend of combining them into integrated middleware stacks promises to make open source development more competitive with J2EE application development, at least for low-end applications.

For those unsure what XAMPP is: XAMPP is a full-featured AMPP (Apache MySQL, PHP, Perl) package that is one of the few non-commercial AMPP middleware stacks available on Linux. With its tight integration, XAMPP makes it possible to run anything from a personal home page to a full-featured production site (though only for development purposes; XAMPP is not meant to be used on a production server due to security issues).

Using these simple instructions, you can get the XAMPP system up and running in a matter of a few minutes. From there, you can customize to your heart's content and install applications simply with the web-based admin too provided...

tagged:

Link:


Trending Topics: