answersLogoWhite

0


Best Answer

There are arithmetic operators (+, -, %, ++, etc.), comparison operators (<, ==, >=, !=, etc.), logical operators (&&, !, , etc.), assignment operators (=, *=, %=, +=, etc.), conditional operator (?:).

The order of operations is unary (!, ++, --), multiplicative (left to right; *, /, %), additive (left to right; +, -), relational (left to right; <, <=, >, >=), equality (left to right; ==, !=), logical and (left to right; &&, and), logical or (left to right; , or), conditional (?:), assignment.

User Avatar

Wiki User

7y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: Explain the categories of PHP Operators in web technology?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is PHP operators?

PHP Operators are syntactical constructs that assign, compare, or modify a value. There are bitwise operators, arithmetic operators, boolean operators, assignment operators, and concatenation operators. There are also a wide variety of functions and class methods which simulate or utilize these operations.


Does TCS use php?

All big companies work in PHP. It is a growing technology.....


Why there is no boolean operator in php?

There are several boolean operators in PHP. I'm not able to provide you with it's full list, but here are some of the most used ones: &amp;&amp; - AND - OR ! - NOT


What technology was used to make facebook?

php


How many concatenation operators use in PHP?

There is one concatenation in PHP it is the period ".". So you could do something like:It would print out hello world!


How do you install PHP as a CGI?

The PHP website has a comprehensive online manual that can explain most aspects of PHP, including its installation. See the related links for a constantly-updated PHP installation guide.


Why all programmer used the php?

It is easy for coding and useful for many categories of websites.


Is php is package?

A package is a mechanism for organizing namespace, constructors, methods and fields. PHP is a technology in itself and contains quite a few packages


What are the different commands in php?

PHP doesn't use typical computer commands, typed in command prompt. PHP is a server-side scripting language and it uses functions, classes, objects, conditional statements, loops, operators, various data types and some other language constructs.


What is the difference between PHP and struts?

STRUTs is a framework of technology of java based on JSP/Java Servlets PHP is another server scripting language


How many companies use php technology?

Now a days most of the companies are getting php development technology to develop their websites.But php is still not a very secure language compare to others like java and dot net. Need more assistant visit : glitzymedia.com/web-development-services/


What is a logical variable in PHP?

Maybe your speaking a variable that contains a ternary operators such as: