Anti-CSRF Tokens in 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
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: How to Validate an Email Address
PHP email validation: How to validate an email address in PHP (including a complete example).
PHP Traits Explained
Learn about PHP Traits: what they are, how to use them, and how they differ from interfaces and abstract classes. With plenty of examples.
Learn Javascript quickly with the Coding Cards
Are you struggling to learn Javascript? Here’s how the Javascript Coding Cards can help you learn Javascript quickly and effectively.
PHP Redirect Tutorial
How to redirect in PHP using the PHP header() location, HTML and JavaScript (and the mistake to avoid): the complete tutorial with examples.
PHP Interfaces Explained
Let’s find out what PHP Interfaces are, how to use them (with examples) and how they differ from abstract classes.
PHP Constructors Explained
A simple tutorial on how PHP class constructors work, including the rules for constructors inheritance and the new PHP 8 argument promotion.
PHP Abstract Classes Explained
This is a super-simple tutorial about abstract classes in PHP. Learn how PHP class abstraction works, how to use abstract methods, and all the abstraction rules that you need to know.
How Code Execution Monitoring can help you identify bugs and bottlenecks in your application before your customers do
Monitoring is the way to avoid incidents and retain customers as long as possible – which means stable income for your business over time.