You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Using PHP 'if' Statements PHP / Getting Started
Using 'if' statements, you can check to see if a variable equals something else, and then execute a line of code if it is, and execute another line of code if it isn't. This tutorial is meant for beginners.