Hi,
I would like to insert a conditions in my db read.. I have a table with a datatime value and I want to select only row with datatime major than X
I would like to insert a conditions in my db read.. I have a table with a datatime value and I want to select only row with datatime major than X
<?php $data='2017-04-26'; return array("strtotime:(datainizio) > {strtotime($data)}");this condition doesn't work....