Re: Operations in PHP Operator Description Example Result
1) + Addition x=2 x+2
answer . 4
2) - Subtraction x=2 x-5
answer. 3
3)* Multiplication x=4 x*5
answer 20
comparison operator are like ==, !=,>, >=,===, !==
in php are many operator left operators i will discuss later. |