DMXzone Database Connector PHP Support Product Page

Answered

How do I filter a recordset with mydate >= now() ?

Asked 19 Nov 2013 16:07:45
1
has this question
19 Nov 2013 16:07:45 Andre Bender posted:
How do I filter a "recordset" with mydate >= now() ?

mydate is a field in a mysql database table.

Replies

Replied 20 Nov 2013 09:22:22
20 Nov 2013 09:22:22 George Petrov replied:
Well just use the keyword "now" as value.

So make sure mydate is an datetime in your mysql table and then use it as filter with >= entered value now

Greetings,
George
Replied 20 Nov 2013 09:30:13
20 Nov 2013 09:30:13 Andre Bender replied:
Thanks George

Reply to this topic