Web Programming Lecture-3 Operators PDF
Document Details
Uploaded by FruitfulQuail4984
Soran Technical College
OMID H. SHERWANY
Tags
Related
- LESSON 4 - Supplementary Lectures -4 (Operators and Control Structures-If and Switch) PDF
- LESSON 4 - Supplementary Lectures -4 (Operators and Control Structures-If and Switch).pdf
- Unit 1. Web programming platforms in server environment. Characteristics of the PHP language V8.pdf
- Unit 1. Web programming platforms in server environment. Characteristics of the PHP language V8.pdf
- Web Systems and Technologies PDF
- Web Programming Lec1 PDF
Summary
This document is a lecture on web programming, specifically focusing on PHP operators. It covers arithmetic, assignment, comparison, and logical operators. The lecture material includes examples, making it suitable for web development students.
Full Transcript
ERBIL POLYTECHNIC UNIVERSITY 1 SORAN TECHNICAL COLLEGE IT. DEPARTMENT Web Programming Lecture-3: Operators LECTURER: OMID H. SHERWANY PHP Operators 2 Operators...
ERBIL POLYTECHNIC UNIVERSITY 1 SORAN TECHNICAL COLLEGE IT. DEPARTMENT Web Programming Lecture-3: Operators LECTURER: OMID H. SHERWANY PHP Operators 2 Operators are used to operate on values. There are four classifications of operators: Arithmetic Assignment Comparison Logical PHP Operators 3 Examples 4 PHP Operators 5 Examples 6 PHP Operators 7 Examples 8 PHP Operators 9 Example 10