PHP Arrays
An array is like a folder, we can take a group or list of things and put it in the array, if we want to represent a list of our favorite books, for example, we can use an array.
To loop over the array of books we use the foreach function :
The resu...
saadlittleworld.hashnode.dev1 min read