PHP Data types

PHP Data types: Total 8 PHP is loosely type language. Means it convert the data type according to the situation automatically. This auto conversion is called type Juggling or type…

PHP MVC

MVC basic flow

All PHP MVC follows same idea. Functional programming is a tedious task and there are some decent benefits of MVC over Procedural OR Functional programming.

Web Technologies

OOP in PHP

Here is the very basic Object Oriented Programing concept for PHP. Variables = properties = class variables in OOP & methods = functions

Web Technologies

PHP Crash Course

This YouTube video is a complete PHP crash course and best to revise it before appearing for interview.

Web Technologies

PDO in PHP

PDO is advance method/way to communicate with Database like MySQL. PDO is extension which you have to enable on server to use this. There are 2 more methods like MySQLi…

Web Technologies

PHP Loops

Are you wondering why I am writing this very basic article of type of PHP loops? Just because sometime we get confused which loop we need to use in program…