Sometimes when you write code, you want to perform different actions for different decisions. You can use conditional statements in your code to do this. In this tutorial we will look at two structures: if...else and switch statements.
In this tutorial you will learn:
* What PHP can be used for
* How PHP works
* A basic PHP script
* Using variables
* Using some basic conditional statements