I have a php foreach loop which displays a list of events (organizer, eventname, , hour-minutes, etc...). One event per line like that :
Me | My eventname | 17h45 |
On a very similar website (but with a lot of complexity) I found this in the source page of display events :
<td align=left><a href='seance-de-coaching-decouverte-1364321.html'>Séance de coaching découverte</a></td>
So, at the creation of this event, do you think a new HTML file has been generated ? How can I make that ? What is the good practice ? Maybe I need JS ?
Sorry if my question(s) are not very clear...