I've got csv file with following data
1stFOTOname, 2ndFOTOname, 3rdFOTOname, 4thFOTOname
1stFOTOurl, 2ndFOTOurl, 3rdFOTOurl, 4thFOTOurl
1stFOTOsize, 2ndFOTOsize, 3rdFOTOsize, 4thFOTOsize
I would like to display fotos as tiles on webpage with PHP. Every foto (url) should be displayed as square tile with name and size under the foto. Tiles should be displayed in grid style.
Could you give me any example to do this? I don't even know what to start with.