Advanced Java and Web Technologies for JNTUK
Blog providing beginner tutorials on different web technologies like HTML, CSS, Javascript, PHP, MYSQL, XML, Java Beans, Servlets, JSP and AJAX
Subscribe to Startertutorials.com's YouTube channel for different tutorial and lecture videos.

Operators in PHP

Categories: PHP. No Comments on Operators in PHP

Introduction   Operators are used in expressions to perform operations on operands. There are several operators supported by PHP which are categorized into following categories: Arithmetic operators Assignment operators Comparison operators Increment/Decrement operators Logical operators String operators Array operators   Arithmetic Operators   PHP arithmetic operators are used along with numbers to perform operations like […]

Read the rest of this entry »