Skip to content

Latest commit

 

History

History
9 lines (4 loc) · 267 Bytes

File metadata and controls

9 lines (4 loc) · 267 Bytes

Q1

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.