I have a table which includes details of events but I only want to show those that are not in the past.
I am getting todays date in the format in which it is stored in my table.
Thanks, I tried that and it still seems to be ignoring the "DATE_FORMAT(webdate,'%Y-%m-%d') >= '$today' " part as all events are still being shown in the results
Beebosoft wrote:Thanks, I tried that and it still seems to be ignoring the "DATE_FORMAT(webdate,'%Y-%m-%d') >= '$today' " part as all events are still being shown in the results
In your original post, you have spaces after the each "-"