PHP Operators: Null Coalescing (??) and Spaceship (<=>)

PHP 7 introduced two powerful operators that significantly simplify common coding tasks: the null coalescing operator (??) and the spaceship operator (<=>). These operators provide cleaner, more concise alternatives to verbose conditional statements, improving code readability and efficiency. The Null Coalescing Operator (??) The null coalescing operator (??) is a […]

Read More…

“Cookie law” tutorial – Banner

In this episode I will help you avoid problems with the notorious law, so called, “Cookie Law” (or law eats biscuits, for friends). This law obliges any website owner to insert a banner that signals the presence of cookies on their site, if tracer, even if coming from third parties. […]

Read More…

Create a site with Multi Language system

Here I am to show you a PHP script to be able to view your site in multiple languages. An alternative technique would be the “splitting of the site” on two separate folders of files (which can become too many to manage) at the expense of a fundamental point of […]

Read More…

BlogoBay
Privacy Overview

This website uses cookies so that we can provide you with the best user experience possible. Cookie information is stored in your browser and performs functions such as recognising you when you return to our website and helping our team to understand which sections of the website you find most interesting and useful.