Archive for August 3rd, 2012

Friday, August 3rd, 2012

PHP Operators

As with variables, the operators in PHP do not work quite the same way they do in some other languages. For example the . operator has a different meaning in PHP to what it has in JavaScript and type conversions don’t always work the same. PHP Operators