whn i do this :
select * from order_color where datediff(FROM_UNIXTIME(done_date)),1)>=to_days(NOW()) order by done_date desc
from mysql quesry everything is ok
but when i do thesamefrom php it isn working (iving correct result)
why?
thanks in advance
peleg