What do you mean assignment? I thought I was out of school.
PHP Tutorial Series
Continue your learning with these articles
We’re starting to be consistent.
Constants are similar to variables except that they cannot change. They can’t change since constants are stored in the read-only-data segment.
What do you mean assignment? I thought I was out of school.
PHP – P15: Assignment Operator
The PHP assignment operator (=) assigns the value, or expression, to the variable; and yes, it’s different from the equality comparison operator (==).
What’s Arithmetic?
PHP – P16: Arithmetic Operators
Arithmetic deals with the study of numbers, especially with operations on those numbers, such as addition, subtraction, multiplication, and division. In mathematics, those operations are called arithmetic operations. Arithmetic operators are then the operators that are used in arithmetic operations.