Tagged: Php

OOP in PHP

Introduction to Object Oriented Programming in PHP

Object Oriented Programming is the approach to group all the variables and functions of a particular functionality/topic in a single class. As compared to procedural programming style, Object Oriented Programming is considered to be fast, advanced, and efficient. We may...

Introduction LAMP

Introduction to LAMP Stack

LAMP stands for Linux, Apache, MySQL, and PHP which means that it’s an open source technology which uses Linux as an operating system, Apache as a web-server, MySQL as a database, and PHP as a object oriented server side scripting...