English
Tamil Nadu Board of Secondary EducationHSC Science Class 12

Explain the Function of Conditional Statements in PHP. - Computer Applications

Advertisements
Advertisements

Question

Explain the Function of Conditional Statements in PHP.

Long Answer

Solution

  1. Function conditional statement is the function specified inside the conditional statements.
  2. We can’t call a conditional function before its definition.

Syntax:

if(expression)
{
function function_name( )
{
block of statements;
}
}
function_name( ); // calling function.
Eg:
<? php
display( );
if(TRUE)
{
function display( )
{
echo “condition and function”;
}
}

Output: condition and function

shaalaa.com
Php Conditional Statements
  Is there an error in this question or solution?
Chapter 6: PHP Conditional Statements - Evaluation - PART – IV [Page 111]

APPEARS IN

Samacheer Kalvi Computer Applications [English] Class 12 TN Board
Chapter 6 PHP Conditional Statements
Evaluation - PART – IV | Q 1. | Page 111
Share
Notifications

Englishहिंदीमराठी


      Forgot password?
Use app×