#PHP

PHP 8 – What is important to know?

The new version of the popular programming language PHP 8, is now released (November 26, 2020), bringing with it many new features and performance improvements. Among the main innovations are [...]

November 26th, 2020|

PHP Logical Operators

What are PHP logical operator? PHP Comparison Operators are used to compare two values (integer, a.k.a. number or string a.k.a. text). The operators are AND, OR, XOR, NOT. OperatorNameExampleResultandAnd$x and [...]

November 2nd, 2019|

PHP Tutorials

Basics of PHP in a short, simple tutorials. Our PHP tutorial will help you to learn the fundamentals of the PHP scripting language.