Tag Archives: comparison

PHP Operators

(from Full Article) Here are most types of PHP Operators: Assignment Operators, Arithmetic Operators, Comparison Operators, and String Operators. Assignment Operators We have already met this type. This is where we set a variable equal to something or make a variable equal to another variable. Arithmetic Operators English Operator Example Addition + 1+1 Subtraction – [...]