1
My system has a screen similar to Windows Explorer (Winfile), on this screen, each folder has a caption with the current year (2015). What I need is that when the year of 2016 comes, an image that represents the year of this folder appears, implying that it is full.
- My problem today is:
- How should I present the results in the format of a table listing the years.
- When clicking on one of these folders of the year, you have to open another gallery, but representing the months, it would be a table with 4 rows and 3 columns and within these folders will have the files referring to the consulted month.
I wonder if you need to store in session, or if you have a better way to do that.
This question has a phrase of 682 characters!! You can format it with dots, commas and paragraphs to make the question easier to read?
– Sergio
It’s really lazy, @Sergio
– Wallace Maxters
What did you try?
– Vinícius Gobbo A. de Oliveira
@Hitchleonardo, this is an album system, I believe you can do all this without needing to Session, using CSS and does not need a table, can be done with float:left in Ivs
– Ivan Ferrer