Changes

PHP Operators

200 bytes added, 19:00, 30 May 2007
Concatenation of Numbers and Strings in PHP
<tt>My Lucky number is 11</tt>
 
Through the use of parentheses around the addition expression we have changed the ''operator precedence'' for that expression. We will cover operator precedence in more detail later in this chapter.