DMXzone Database Connector PHP Support Product Page

Answered

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

11 years ago Andre Bender posted:
How do I filter a "recordset" with mydate >= now() ?

mydate is a field in a mysql database table.

Replies

Replied 11 years ago
11 years ago 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 11 years ago
11 years ago Andre Bender replied:
Thanks George

Reply to this topic