'morning 🙂
(well, here it's 8h50AM)
I have a while loop and into that loop, i'd like to generate a layer for each time i do the loop (so for each record of my database). My only probleme is that you have to name your layer to be able to access it later, and i actually want to acces those layer later so how can i name my layer of different name? i have try something like that :
<div id='layer . $counter' . . . hoping that it would create a layer1, layer2, layer3 ... but its not working 🙁
anyone got a clue?
Thanx,
Jacinthe