SampsonVideos: PHP Conditional Statements
Conditional statements are some of the most used statements in PHP. Often times you want to display specific data based upon the type, or value of certain information.
In this video we will cover commonly used statements like the if, if else, switch, etc.