php 5 foreach example Example: php loop through array $clothes = array("hat","shoe","shirt"); foreach ($clothes as $item) { echo $item; }