Loog Foreach w PHP

foreach ($array as $value) {
  code to be executed;
}
Easy Eagle