In this series, we will build an application that allows users to register, login and create “shares” which are mini posts with a title, body and link to some…
In this series, we will learn how to create a database a database class and a running database using PHPMyAdmin You will also learn about how to use the…
In this series, we will learn more advanced aspects of OOP in PHP, including static & abstract classes. You will also learn about auto-loading class files and object iteration….
In this series, we will learn everything there is to know about OOP including creating objects, classes, property and method visibility. You will also learn about Magic Methods and…
In this series, we will cover the complete overview of the PHP language, including how to install the AMPPS local server. You will also learn how to set up…
In this series, we will learn about Classes & Generators. You will also learn about Anonymous Classes, Generators, Generator Delegation and Call Method, a few important features of PHP…
In this series, we will learn about Error Handling.You will also learn about a bunch of different things in this tutorial including Throwable Interface, Error Class, Error & Exception…
In this series, we will learn about Declaration & its types. You will also learn about the Return Type Declarations, Scalar Types and Type Definitions.
In this series, we will learn about the Spaceship Operator and Null Coalesce Operator. You will also learn about the Unicode Codepoint Escape,random_int() & random_bytes() Functions.