Skip to content
Advertisement

Tag: stringify

PHP array stringify

In a lyrics application I’m coding, I’m using an array to print an artists table. The artists array looks like this: Before printing it, I do some modification to the array. I have a folder for each artist that contains the lyrics files. I add the folder names to the $artists array for later use: Later, I add the album

Advertisement