So, I’m working on a project and at a specific time, my client wants some data to change on the home page. So, for example, at 2pm they want it to display one name in a list and at 3 display the next name on the list.
I’m assuming this is something that must be done on the server side right? Using AJAX maybe?