Hello,
I have a DB with a list of events (id, title, date, time, details). Let's say I want to display the first event like this:
Title: piano recital
Date: 31/11/2010
Time: 5:00 p.m.
Details: Free entrance
next event --->
and then just under this table I want to add a "next event" link so when you click on it the info will change and display the next event(if it happens all in the same page, better but not a must)
I'd like display the next event ordered by DATE (not by id). Something like this:
Title: violin recital
Date: 14/12/2010
Time: 6:00 p.m.
Details: Free
next event --->
How do I do this?