Complete Guide to PHP Operators with Examples for Beginners
Complete Guide to PHP Operators with Examples for Beginners Operator in php: Complete Guide to PHP Operators are special symbol for the purpose to make actions performed by the user . There are seven operators in php.those are 1.Arthematic operator 2.Assignment operator 3.logical operators 4.comparision operators 5.string operators 6.increment/decrement operators Arthematic operators: arthematic operators used … Read more