i want to get past and future events from database and by using php-mysql query, and i had try with this query
select * from table name where date >date();
but i got the past events in future section. and i saved date in varchar data type. please help me Thank You