switch and Case match constructs in php
Switch..case construction The construct switch..caseis an alternative to using t...
if..else construct and ternary operation in php
Conditional constructions allow you to direct the work of the program, depending...
Operations in PHP
In PHP, we can use various operators: arithmetic, logical, etc. Let’s look...
Data types
PHP is a dynamically typed language. This means that the variable’s data t...
PHP Basics Syntax
Embedding PHP code When creating the first PHP program, some basic principles fo...