removeDate and mySQL count

3 posts by 2 authors in: Forums > CMS Builder
Last Post: August 31, 2014   (RSS)

By shawn - August 20, 2014

Hi Guys

I am listing events which use the 'removeDate' field to expire the event. I'm also using <? echo mysql_count('events','');?> to show a count of the events.

Unfortunately, what is happening is that the count is still showing events that are expired because they aren't completely removed from the database.

Can you assist on this?

Thank you

Shawn

By shawn - August 31, 2014

Perfect! Thank you Greg :)