PHP Switch Case Tutorial

– The PHP switch statement is used to execute distinct action based on different conditions. – PHP switch statement is mainly used to perform one statement from different different conditions. – It works like PHP […]

PHP Operators Tutorial

– PHP operators are one type of symbol which used to perform some operation or task on the variable or value. – The value or variable are known as the operands. – For example, 4 […]

PHP Data Types Tutorial

php string, php data types

PHP DATA TYPES TUTORIAL Data types are used to store the value of variable. PHP contain different data types to store different value of variable. PHP can handle total eight primitive data types: Integer, Float […]