The php “if condition “specifies the if expression in terms of Boolean value.
If the expression evaluates to be TRUE, PHP will execute its statement.
Learn PHP - PHP tutorial - If Statement - PHP examples - PHP programs
php programming Syntax :
if (condition)
{
condition statement is true;
}
click below button to copy the code. php tutorial - team Copy Code
learn php Sample Code : sample php program
<!DOCTYPE html>
<html >
<head>
<title> if-Condition</title>
</head>
<body>
<?php
$t = date("y");
if ($t > "2016")
{
echo "Wikitechy says this year is 2016";
}
?>
</body>
</html>
click below button to copy the code. php tutorial - team Copy Code
php for beginners Code Explanation :
In PHP, $t = date(‘’y”) is a variable that defines the Year (Note: In similar way date(“h”) defines hours, date(“w”) defines week).
Here, if ($t > “2016”) expression specifies the current year is less than 2016 condition, which executes the PHP statement” “Wikitechy says this year is 2016”.
php coding Sample Output :
Here the PHP statement executes the if condition by printing the echo statement “Wikitechy says this year is 2016”.
Related Searches to php if Condition
php if else shorthand
php conditional operator
php if equals
php if statement multiple conditions
php endif
php if else html
php else
php if not
PHP tutorials
how to become a php developer
online php classes
online php course
online php courses
programing php
static class php
sample php program
web application development in php php tutorial for beginners tutorial php php website learn php online php programs php programming language php online course php mysql tutorial php example php training php source code php 7 tutorial tutorialspoint php php url script php advanced php tutorial php web development php javascript php ajax tutorial php lernen php code generator php for dummies php developer online php classes online php course php developer course php development tutorials php tutorial for beginners pdf php programming language php server script php website project phpmyadmin sql programing php php programming courses php training course php tutorial classes php tutorial for beginners pdf tutorial php class php tutorial for beginners with examples pdf php tutorial point php interview questions php pdf php basics php syntax php tutorial for beginners php tutorial pdf sphp tutorial