Web Development Tutorial - Lecture-26 | PHP Decision Making | PHP

Published: 16 October 2022
on channel: SANSSYS Technologies
104
13

PHP Conditional Statements or PHP Decision Making
If you want to perform different actions for different condition. You can use conditional statements.

• If statement
• If………. else statement
• If......…elseif………else statement

Syntax
If Statement

if (condition)
{
code, if condition is true;
}

If……else

if (condition)
code to be executed if condition is true;
else
code to be executed if condition is false;



If…elseif…...else

if (condition)
code to be executed if condition is true;
elseif (condition)
code to be executed if condition is true;
else
code to be executed if condition is false;




CSS
   • Web Development - Lecture-8 in Hindi | Inl...  

JavaScript Introduction
   • Web Development - Lecture-14 | Introductio...  

JavaScript Operators
   • Web Development - Lecture-15 | JavaScript ...  


Web development Playlist :
   • Web Development - Lecture-6 in Hindi | HTM...  

Website : http://www.sanssys.in
http://www.sanssys.net
Connect with us on Facebook -
  / sanssystechnologies  


On this page of the site you can watch the video online Web Development Tutorial - Lecture-26 | PHP Decision Making | PHP with a duration of hours minute second in good quality, which was uploaded by the user SANSSYS Technologies 16 October 2022, share the link with friends and acquaintances, this video has already been watched 104 times on youtube and it was liked by 13 viewers. Enjoy your viewing!