To really go all the way with #PHP you have to understand arrays. An array is basically a container that groups values together.
Let’s say we want to keep track of my measurements, my bust, waist, and hips. In this not-so-hypothetical example, we could create some variables, $bust = 32, $waist = 24, and $hips = $32. That’s not too bad, but what if we started adding more things, like my height, weight, eye color, hair color, and shoe size (creeps). That’s a
177 views
134
31
9 years ago 00:02:52 177
PHP Loops - PHP Virgin
2 years ago 00:05:03 4
PHP while loops
8 years ago 00:09:27 21
PHP Front To Back [Part 5] - Loops
2 years ago 00:06:57 1
PHP for loops
9 years ago 00:03:55 15
Basic PHP Tutorial 9: While Loop
5 years ago 00:09:07 0
9: Loops in PHP | Procedural PHP Tutorial For Beginners | PHP Tutorial | mmtuts
2 years ago 00:17:06 5
15 | How to Use and Create Loops in PHP | 2023 | Learn PHP Full Course for Beginners