Jump to content

Events Display Agenda Style


Scorpion28

Recommended Posts

I'm looking for a clean way to display Event on a website

 

I want something like this:

 

<<yesterday's date Current Date Tomorrows Date>>

 

 

This will be the why I display an agenda style events calendar any ideas?

 

So, what exactly is your question? If you are asking about "how" you would do it, the back-end logic (i.e. PHP) would be nearly identical to a pagination script except instead of SELECTing X number of records using a LIMIT based upon the selected page you would instead SELECT all the records for the selected day. That's actually easier than a basic pagination script.

 

However, if your question is about how to "display" it then that really isn't a programming question. It's more appropriate for the HTML and/or CSS forums.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.