![]() |
Sergey Kornilov admin 6/11/2020 |
This doesn't look right: $data["tijd"] < $tijd ;
$data["tijd"] = $tijd ; |
D
|
dirk author 6/11/2020 |
This doesn't look right: $data["tijd"] < $tijd ;
$data["tijd"] = $tijd ;
|
![]() |
Sergey Kornilov admin 6/11/2020 |
The following is completely meaningless: $data["tijd"] < NOW() - INTERVAL 2 HOUR ;
|
D
|
dirk author 6/12/2020 |
I am sorry that it does not work in the normal way, therefore I now have to reconnect the database and then run this:
|
![]() |
Sergey Kornilov admin 6/12/2020 |
I see what you saying now. Take another look at the manual: DB::Delete("online", "datum < (NOW() - INTERVAL 2 HOUR)" ); |