php operators

PHP Operators – Part2

Part 2: Operators in programming languages are symbols that help to perform different types of tasks like arithmetical, logical, relational etc

php operators

PHP Operators – Part1

Operators in programming languages are symbols that help to perform different types of tasks like arithmetical, logical, relational etc

Arrays

PHP Arrays

An array in php is an ordered map that associates values to keys.