Changes

Jump to: navigation, search

PHP Operators

383 bytes added, 18:51, 11 May 2009
no edit summary
<table border="0" cellspacing="0" width="100%">
<tr>
<td width="20%">[[PHP Constants|Previous]]<td align="center">[[PHP Essentials|Table of Contents]]<td width="20%" align="right">[[PHP Flow Control and Looping|Next]]</td>
<tr>
<td width="20%">PHP Constants<td align="center"><td width="20%" align="right">PHP Flow Control and Looping</td>
</table>
<hr>
 
 
<google>BUY_PHP</google>
 
 
Operators in PHP, and any other prgramming language for that matter, enable us to perfrom tasks on variables and values such as assign, multiply, add, subtract and concatenate them. Operators take the form of symbols (such as + and -) and combinations of symbols (such as ++ and +=).

Navigation menu