I am brand new to php and I'm working on a site for a friends band...
I have set up a database and a page that will display all of their recent and future dates as they update them. I am using the yyyy-mm-dd format for the database and would like to be able to call the current day's event, show,etc. on the main page of the site.
So if I had dates 2003-04-09 through 2003-04-30 listed in the database, when a user came to the site on 2003-04-10 it would extract the show corresponding to the current date and print only the one show. something like...Show Tonight @ Timbuk 9 or of no show was happening it wouldn't print anything.
Is there a way to do this? Any help would be greatly appreciated.
Thanks,
Ghengis