Database Tutorial

Course Tutorial Site

Site Admin

Lab #9 : LAMP

without comments

This lab applies concepts learned throughout the tutorial. Here you’ll install the Zend Community Server 4.x, and run through two exercises deploying a PHP web application. The application demonstrates uploading large text and binary image files.

LAMP (Linux, Apache, MySQL, Perl, PHP, Python) has many derivative labels. It is a platform that deploys Apache Modules instead of CGI (Common Gateway Interface) Server-Side Includes (SSIs). In lieu of Java, C#, or C++, this stack uses common scripting languages, like Perl, PHP, or Python. They each have benefits and hurdles but they’re free of licensing expense to companies that deploy them.

The following are the most widely used:

  • MAMP – Mac OS X, Apache, MySQL, and Perl, PHP, or Python
  • OLAP – Oracle, Linux, Apache, and Perl, PHP, or Python
  • OWAP – Oracle, Windows, Apache, and Perl, PHP, or Python

Written by michaelmclaughlin

March 25th, 2010 at 11:25 pm

Posted in

Leave a Reply