SlideShare a Scribd company logo
WEB DEVELOPMENT
PHP
PRESENTATORS
MD. AL-MAMUN SARKAR
PHP
Conditional Statement
Loop
1
2
Conditional Statement
if Statement
if-else statement
1
2
Nested if-else3
Switch4
if statement
if (condition) {
code to be executed if condition is true;
}
2
if-else statement
if (condition) {
code to be executed if condition is true;
} else {
code to be executed if condition is false;
}
2
Nested if-else
if (condition) {
code to be executed if this condition is true;
} elseif (condition) {
code to be executed if this condition is true;
} else {
code to be executed if all conditions are false;
}
Nested if-else
switch (n) {
case label1:
code to be executed if n=label1;
break;
case label2:
code to be executed if n=label2;
break;
case label3:
code to be executed if n=label3;
break;
...
default:
code to be executed if n is different from all labels;
}
2
Loops
while loop2
do while loop3
foreach4
For loop1
While Loop
while (condition is true) {
code to be executed;
}
For Loop
for (init counter; test counter; increment counter) {
code to be executed;
}
Do while Loop
do {
code to be executed;
} while (condition is true);
Foreach Loop
foreach ($array as $value) {
code to be executed;
}
QUESTION
?
THANK
YOU

More Related Content

What's hot (20)

PPT
Introduction to PHP
Kengatharaiyer Sarveswaran
 
PDF
IT2255 Web Essentials - Unit II Web Designing
pkaviya
 
PPTX
VB Script
Satish Sukumaran
 
PDF
JavaScript - Chapter 12 - Document Object Model
WebStackAcademy
 
PDF
JavaScript - Chapter 11 - Events
WebStackAcademy
 
PDF
Php introduction
krishnapriya Tadepalli
 
PPT
Cookies and sessions
Lena Petsenchuk
 
PPTX
Php.ppt
Nidhi mishra
 
PPT
Mvc architecture
Surbhi Panhalkar
 
PPT
Php with MYSQL Database
Computer Hardware & Trouble shooting
 
PDF
JavaScript guide 2020 Learn JavaScript
Laurence Svekis ✔
 
PDF
Fundamentals of Web Development For Non-Developers
Lemi Orhan Ergin
 
PDF
JavaScript - Chapter 10 - Strings and Arrays
WebStackAcademy
 
PPT
CSS ppt
Sanmuga Nathan
 
PDF
Basic introduction to html and php tags
Kailash Kumar
 
PPTX
Loops PHP 04
mohamedsaad24
 
PPT
Cookies & Session
university of education,Lahore
 
PDF
Model View Controller (MVC)
Javier Antonio Humarán Peñuñuri
 
PPT
Introduction to Javascript
Amit Tyagi
 
PPSX
Observer design pattern
Sara Torkey
 
Introduction to PHP
Kengatharaiyer Sarveswaran
 
IT2255 Web Essentials - Unit II Web Designing
pkaviya
 
VB Script
Satish Sukumaran
 
JavaScript - Chapter 12 - Document Object Model
WebStackAcademy
 
JavaScript - Chapter 11 - Events
WebStackAcademy
 
Php introduction
krishnapriya Tadepalli
 
Cookies and sessions
Lena Petsenchuk
 
Php.ppt
Nidhi mishra
 
Mvc architecture
Surbhi Panhalkar
 
Php with MYSQL Database
Computer Hardware & Trouble shooting
 
JavaScript guide 2020 Learn JavaScript
Laurence Svekis ✔
 
Fundamentals of Web Development For Non-Developers
Lemi Orhan Ergin
 
JavaScript - Chapter 10 - Strings and Arrays
WebStackAcademy
 
Basic introduction to html and php tags
Kailash Kumar
 
Loops PHP 04
mohamedsaad24
 
Model View Controller (MVC)
Javier Antonio Humarán Peñuñuri
 
Introduction to Javascript
Amit Tyagi
 
Observer design pattern
Sara Torkey
 

Similar to PHP Lecture 2 - Conditional Statement, Loop (20)

PPTX
Web Application Development using PHP Chapter 2
Mohd Harris Ahmad Jaal
 
PPTX
03loop conditional statements
Abdul Samad
 
PPT
PHP CONDITIONAL STATEMENTS AND LOOPING.ppt
rehna9
 
PPTX
PHP Lecture 02.pptx PHP Lecture 02 .pptx
shahgohar1
 
PPTX
All about decision making statements in php
Programing Code Example
 
PPTX
Lesson 6 php if...else...elseif statements
MLG College of Learning, Inc
 
PPTX
Decision and looping examples with php (WT)
kunjan shah
 
PDF
PHP-Part2
Ahmed Saihood
 
PPTX
Conditional Code (Day-1) Looping & Condition
ssuser2b99481
 
PPTX
Php Basics Iterations, looping
Muthuganesh S
 
PPT
Php Operators N Controllers
mussawir20
 
PDF
Web app development_php_05
Hassen Poreya
 
PPT
introduction to php web programming 2024.ppt
idaaryanie
 
PPTX
advancing in php programming part four.pptx
KisakyeDennis
 
PPT
Chapter 03 conditional statements
Dhani Ahmad
 
PPT
PHP - Introduction to PHP - Mazenet Solution
Mazenetsolution
 
PDF
Php workshop L02 php basics
Mohammad Tahsin Alshalabi
 
PPTX
Conditional statement
ilakkiya
 
PPTX
Intro to php
Ahmed Farag
 
PPTX
php programming.pptx
rani marri
 
Web Application Development using PHP Chapter 2
Mohd Harris Ahmad Jaal
 
03loop conditional statements
Abdul Samad
 
PHP CONDITIONAL STATEMENTS AND LOOPING.ppt
rehna9
 
PHP Lecture 02.pptx PHP Lecture 02 .pptx
shahgohar1
 
All about decision making statements in php
Programing Code Example
 
Lesson 6 php if...else...elseif statements
MLG College of Learning, Inc
 
Decision and looping examples with php (WT)
kunjan shah
 
PHP-Part2
Ahmed Saihood
 
Conditional Code (Day-1) Looping & Condition
ssuser2b99481
 
Php Basics Iterations, looping
Muthuganesh S
 
Php Operators N Controllers
mussawir20
 
Web app development_php_05
Hassen Poreya
 
introduction to php web programming 2024.ppt
idaaryanie
 
advancing in php programming part four.pptx
KisakyeDennis
 
Chapter 03 conditional statements
Dhani Ahmad
 
PHP - Introduction to PHP - Mazenet Solution
Mazenetsolution
 
Php workshop L02 php basics
Mohammad Tahsin Alshalabi
 
Conditional statement
ilakkiya
 
Intro to php
Ahmed Farag
 
php programming.pptx
rani marri
 
Ad

More from Al-Mamun Sarkar (20)

PPTX
01 Introductions to System Design
Al-Mamun Sarkar
 
PPTX
Introduction to machine learning
Al-Mamun Sarkar
 
PPTX
Software Development Life Cycle (SDLC)
Al-Mamun Sarkar
 
PPTX
Understanding Wordpress Plugn and Theme users' behavior
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 4 - PHP and Mysql
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 3 - SQL Aggregate Functions, Join
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 2 - SQL select, insert, update and delete
Al-Mamun Sarkar
 
PPTX
Database Management - Lecture 1
Al-Mamun Sarkar
 
PPTX
PHP Lecture 6 - Php file uploading
Al-Mamun Sarkar
 
PPTX
PHP Lecture 5 - Date time, Include, session
Al-Mamun Sarkar
 
PPTX
PHP Lecture 4 - Working with form, GET and Post Methods
Al-Mamun Sarkar
 
PPTX
PHP Lecture 3 - Functions
Al-Mamun Sarkar
 
PPTX
PHP Lecture 1 - String, Constants, Arrays, Operators
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 20 - Bootstrap Dropdown, Button group, Input grou...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 18 - Boostrap, Gatting started, grid system, tables
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 11 - CSS3, Border radius, Box shadow
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 10 - Floating, Align, navigation bar, Image galle...
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 9 - Border, Padding and Margin, Display
Al-Mamun Sarkar
 
PPTX
Web Design Course - Lecture 7 - Basic Css
Al-Mamun Sarkar
 
01 Introductions to System Design
Al-Mamun Sarkar
 
Introduction to machine learning
Al-Mamun Sarkar
 
Software Development Life Cycle (SDLC)
Al-Mamun Sarkar
 
Understanding Wordpress Plugn and Theme users' behavior
Al-Mamun Sarkar
 
Database Management - Lecture 4 - PHP and Mysql
Al-Mamun Sarkar
 
Database Management - Lecture 3 - SQL Aggregate Functions, Join
Al-Mamun Sarkar
 
Database Management - Lecture 2 - SQL select, insert, update and delete
Al-Mamun Sarkar
 
Database Management - Lecture 1
Al-Mamun Sarkar
 
PHP Lecture 6 - Php file uploading
Al-Mamun Sarkar
 
PHP Lecture 5 - Date time, Include, session
Al-Mamun Sarkar
 
PHP Lecture 4 - Working with form, GET and Post Methods
Al-Mamun Sarkar
 
PHP Lecture 3 - Functions
Al-Mamun Sarkar
 
PHP Lecture 1 - String, Constants, Arrays, Operators
Al-Mamun Sarkar
 
Web Design Course - Lecture 21 - Bootstrap Jumbotron, Thumbnails, Alerts, Pro...
Al-Mamun Sarkar
 
Web Design Course - Lecture 20 - Bootstrap Dropdown, Button group, Input grou...
Al-Mamun Sarkar
 
Web Design Course - Lecture 18 - Boostrap, Gatting started, grid system, tables
Al-Mamun Sarkar
 
Web Design Course - Lecture 11 - CSS3, Border radius, Box shadow
Al-Mamun Sarkar
 
Web Design Course - Lecture 10 - Floating, Align, navigation bar, Image galle...
Al-Mamun Sarkar
 
Web Design Course - Lecture 9 - Border, Padding and Margin, Display
Al-Mamun Sarkar
 
Web Design Course - Lecture 7 - Basic Css
Al-Mamun Sarkar
 
Ad

Recently uploaded (20)

PDF
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
PDF
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
PDF
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
PPTX
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
PPTX
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
PPTX
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
PPTX
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
PDF
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
PPTX
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
PPTX
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
PPTX
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
PPTX
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
PPTX
Tally software_Introduction_Presentation
AditiBansal54083
 
PDF
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
PDF
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
PPTX
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
PDF
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
PDF
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
PDF
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
PDF
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 
Why Businesses Are Switching to Open Source Alternatives to Crystal Reports.pdf
Varsha Nayak
 
Generic or Specific? Making sensible software design decisions
Bert Jan Schrijver
 
The 5 Reasons for IT Maintenance - Arna Softech
Arna Softech
 
Empowering Asian Contributions: The Rise of Regional User Groups in Open Sour...
Shane Coughlan
 
In From the Cold: Open Source as Part of Mainstream Software Asset Management
Shane Coughlan
 
Home Care Tools: Benefits, features and more
Third Rock Techkno
 
Agentic Automation: Build & Deploy Your First UiPath Agent
klpathrudu
 
4K Video Downloader Plus Pro Crack for MacOS New Download 2025
bashirkhan333g
 
Help for Correlations in IBM SPSS Statistics.pptx
Version 1 Analytics
 
Foundations of Marketo Engage - Powering Campaigns with Marketo Personalization
bbedford2
 
Agentic Automation Journey Series Day 2 – Prompt Engineering for UiPath Agents
klpathrudu
 
Hardware(Central Processing Unit ) CU and ALU
RizwanaKalsoom2
 
Tally software_Introduction_Presentation
AditiBansal54083
 
Top Agile Project Management Tools for Teams in 2025
Orangescrum
 
How to Hire AI Developers_ Step-by-Step Guide in 2025.pdf
DianApps Technologies
 
Agentic Automation Journey Session 1/5: Context Grounding and Autopilot for E...
klpathrudu
 
유니티에서 Burst Compiler+ThreadedJobs+SIMD 적용사례
Seongdae Kim
 
iTop VPN With Crack Lifetime Activation Key-CODE
utfefguu
 
Odoo CRM vs Zoho CRM: Honest Comparison 2025
Odiware Technologies Private Limited
 
TheFutureIsDynamic-BoxLang witch Luis Majano.pdf
Ortus Solutions, Corp
 

PHP Lecture 2 - Conditional Statement, Loop