I suppose this is easy for a lot of the people who are familiar with PHP/MySQL.
I'm relatively new to the whole thing...so please bear with me.
I have a single table entitled "events" with two fields. One field is the "date" field and the other is the "event" field. I have a whole bunch of dated events that run into next year.
I'd like to only show the events for two weeks. So as an example, if you were to go to my website today (today is 11.10.08), you'd see all of the events from 11.9.08 through 11.22.08.
Can anyone lend a hand?
Any/all help is GREATLY appreciated! Thank you.