PHP if...else..if Conditional Statement
<?php
$t = date("H");
if ($t < "20") {
echo "ravi";
}
?>
Optional default code goes here
<?php
$t = date("H");
if ($t < "20") {
echo "ravi";
}
?>
A for loop is used for iterating over a sequence (that is either a list, a tuple, a dictionary, a set, or a string). This is less like th...
Your source for the lifestyle news. This demo is crafted specifically to exhibit the use of the theme as a lifestyle site. Visit our main page for more demos.
No comments: