Training

LAMP ~ a course that makes your computer career bright

The course name LAMP is created from the first letters of the four different software.

L stands for Linux
A stands for Apache
M stands for My SQL
P stands for PHP

Linux is an open source Operating System, which is widely used around the world. More than 80% of the Webservers run on Linux operating system. In this module, we will teach you how to use the Linux operating environment. Basic GUI operations, file handling, directory management, terminating an unwanted program, etc.

Apache is a well known web server. Apache works in all operating systems including windows. Almost 80 percent of the web servers in the world are running in Apache. In this module you will learn about the directory structures, Managing various apache modules and configuring apache using httpd.conf file. You will also learn about the various log files created by apache and about the tools used to analyze the logs.

MySQL is a Relational Database Management System (RDBMS). Generally all computer applications used for business purpose records all transactions happen in the organizations. These information are generally stored in the form of Databases. MySQL is one of the leading database management systems. MySQL is available in windows operating system also. In this module you will learn about data types available in MySQL, creating and deleting databases, creating, modifying and deleting Table structures and records in tables.

PHP is one of the well known server side scripting language. Most of the web applications running in Apache under Linux are developed in PHP. Most of the PHP language structure is similar to the popular computer language C. In this module you will learn about the control structure of the language, various data types supported, scope of the variables, introduction to object oriented PHP programming technology, various functions supported, connecting to MySQL database, storing information in database, retrieving data from database etc.

 
© 2005, Ocsion Technologies Pvt. Ltd.