https://access2learn.com/
Using loops is fairly easy in PHP. But if you don't know how big your dataset it, then using a foreach loop makes it even easier. Many people even prefer a foreach loop over a for loop given that it is easier to set up, and allows for easy access to the key in an associative array.