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

Google Search Console & Analytics

What to do when you are up & live with new website and now you have to integrate Google verification code into website to start monitoring with search console &…