I have a DB with three columns, Date, Month and Year, for example in the following formats...
Day, Month, Year
20 12 2008
In my SQL query, I want to somehow compare these to the current date so as to ONLY show rows where the date is AFTER the current date (removing old events).
I also want to use Interval to offset the USA time that my MySQL server is set to.
PHP/MySQL and dates really confuse me, it all seemed so easier in ASP?
I appreciate your help!
p.s. Does anyone else find this forum to be painfully slow at rendering?