PHP Operators
03.25.2013 | No CommentsPHP Operators The assignment operator = is used to assign values to variables in PHP. The arithmetic operator + is used to add values together in PHP. PHP Arithmetic Operators Operator Name Description Example Result x + y Addition Sum of x and y 2 + 2 4 x – y Subtraction Difference of x and […]