Posts by Marcos Vnicius • 1 point
1 post
-
-4
votes3
answers1130
viewsA: Storing array values in a single variable
So make it simpler: $array = array(12, 14, 121, 123); foreach ($array as $item) { echo "<br>".$item; }
1 post
-4
votes3
answers1130
viewsSo make it simpler: $array = array(12, 14, 121, 123); foreach ($array as $item) { echo "<br>".$item; }