Anti-CSRF Tokens in PHP

php

In this tutorial you’ll learn about HTML anti-CSRF tokens in PHP: how to create them and how to verify them to protect your website.

Strict Comparison in PHP

php

In this tutorial you will learn how strict comparison works in PHP, how it is different from standard comparison, and when you need to use it.

PHP Traits Explained

PHP Traits

Learn about PHP Traits: what they are, how to use them, and how they differ from interfaces and abstract classes. With plenty of examples.