Page 180 - CITS - Computer Software Application -TT
P. 180
COMPUTER SOFTWARE APPLICATION - CITS
• Conditional assignment operators
PHP Arithmetic Operators
The PHP arithmetic operators are used with numeric values to perform common arithmetical operations, such as
addition, subtraction, multiplication etc.
PHP Assignment Operators
The PHP assignment operators are used with numeric values to write a value to a variable.
The basic assignment operator in PHP is “=”. It means that the left operand gets set to the value of the assignment
expression on the right.
The PHP comparison operators are used to compare two values (number or string):
PHP Comparison Operators
167
CITS : IT&ITES - Computer Software Application - Lesson 47 - 62