Home | Insert New Record | Login | Logout | |
FAQ
NEWS
FEEDBACK
HTML CSS PHP SQL
PHP if, else and elseif Statements
Welcome !
PHP if, else and elseif Statements

PHP Conditional Statements

Very often when you write code, you want to perform different actions for different conditions. You can use conditional statements in your code to do this.

The example below will output "Have a good day!" if the current time (HOUR) is less than 20:

Example

<?php
$t = date("H");

if ($t < "20") {
    echo "Have a good day!";
}
?>

Users replays
- Postby E.Ethan at >>
2019-01-28 08:32:39
1.Delivery of leaflets is not difficult at all. You can share for restaurants, businesses, events that need you for that.

2. If you have a good understanding of a subject, you can meditate on the younger children. Parents are looking for young meditators who have the information of that fresh matter.

3.Enterprise with the help of the internet. Nowadays, blogging is very good. Would not you like to always work out of bed with food and juices nearby? All you have to do is have quality content. You can get to gain more than your parents.

I hope the ideas are good enough, but some ideas on how to make money as a teenager from home, but, also outside the house.
4. Work in a fast-food restaurant, in warehouses, clothing stores, or any type of store you can find in a mall. Maybe at first you will not like the idea of ??having such a job, but you will see as well as it will be when you will not ask for money for your parents.

5. Those who are passionate about photography can make photo shootings, so they can even earn 200 - 300 euros per month. You just need a very good camera.
- Add your answer -