>http://www.facebook.com/widgets/like.php?href=http://php2php.blogspot.com/2011/01/php-operators.htmlThis section lists the different operators used in PHP. Arithmetic Operators Operator Description Example Result + Addition x=2x+2 4 - Subtraction x=25-x 3 * Multiplication x=4x*5 20 / Division