Looking for a way to make an agenda, any tips?

Hi guys

I was looking for a way to display an agenda. Here is an example to show what I mean : http://www.mediadrive.fr/test.php

So basically, we have that agenda (as in the link) which I then want to fill up with event details that comes in an array. Some events will take multiple time slots (say those running for an hour or two, for example), and hence multiple rows, and then there can be two events at the same time.

Any way to achieve that ?

Thanks.

There are a lot of ways to achieve that. Do you have a specific question?

Well, this was my question actually :slight_smile:

Say any opensource code that does this ?

Are you referring to a cms? You could build that in any well known cms. Take your pick.

You need to figure out what you want to store and then create database tables to support things.

Then to display the agenda, you will run a query to get the data you need, and loop through the recordset to display it.

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.