Web Hosting Talk







View Full Version : Simple upcoming events script / code?


Johnburk
01-06-2006, 12:51 PM
Do you know of a script / code that can display the upcoming events on the site?

For example.


12 Jan 2006 - Soccer meeting
We have been playing for one year and it is time for a meeting. Read more

20 Jan 2006 - Game meeting
Lets talk about how we are going to win the next game. Read more

NateD
01-07-2006, 05:05 AM
It all depends on how competent you are and which platform you want to run this on (Apache with PHP/MySQL or IIS with asp.NET & MS Access etc).

Just create a table with EventID (primary key), EventDate, Title, Description and in your code end the query with "ORDER BY EventDate" (so that they list in chronological order.

If you want something custom written I could do it for you, it'd be quick and easy script to produce. Instant message me if you want to take this futher :)

Hope this helps.