PHP Loop: For, ForEach, While, Do While Unknown 00:02 A Loop is an Iterative Control Structure that involves executing the same number of code a number of times until a certain condition is met... Read More Read more
PHP Control Structures: If else, Switch Case Unknown 23:51 What is a control structure? Code execution can be grouped into categories as shown below Sequential – this one involves executing all... Read More Read more
PHP Array: Associative, Multidimensional Unknown 23:45 What is a PHP Array? A PHP array is a variable that stores more than one piece of related data in a single variable. Think of an ar... Read More Read more