What is an 'if' statement and what is an 'if...else' statement? Give examples.
In php, when used in a 'if' statement what is the difference between == and === ?
In most circumstances it is best to use ===, explain by example when using == would be better.