PHP

Connecting to Local MySQL and Remote MySQL in PHP

In this video, I’ll show you how to connect to a local… Continue Reading…

IDEPHP

How to set up FTP wIthin PhpStorm

In this video, I’ll show you how to easily connect to your… Continue Reading…

PHP

Creating a Simple CMS Using MVC and OOP in PHP

In this video lecture, we’ll learn to create a simple Content Management… Continue Reading…

PHP

How To Secure Private and Sensitive Data in PHP

Security is most important when sensitive data is involved. There are many… Continue Reading…

PHP

PHP Stock Apps Featuring PDO, Flat Files and MySQL

In this video series, we’ll build a simple PHP application that will… Continue Reading…

PHP

PHP Classes, Interfaces, & Traits

Below are some general characteristics of classes, interfaces, and traits. The lists… Continue Reading…

PHP

PHP Serialization

Serialization is the process of converting an object into a string (text)… Continue Reading…

PHP

PHP Constants and Static Data

How to access constants and static data in PHP using the scope… Continue Reading…

PHP

PHP: OOP Using Inheritance, Session, Serialization

Creating classes and objects in PHP is fairly simple and straight forward.… Continue Reading…

PHP

PHP State Management Using Sessions

The state of a variable is the data that it contains. As… Continue Reading…

Verified by MonsterInsights