mysql query questio
Posted: Sun Nov 30, 2003 7:40 am
when i run this line from the sql query :
select * from order_color where to_days(FROM_UNIXTIME(done_date))=to_days(NOW()) order by done_date desc
everything works find
but when i do the same from php i got other results!
why is that?
thanks in advance
peleg
select * from order_color where to_days(FROM_UNIXTIME(done_date))=to_days(NOW()) order by done_date desc
everything works find
but when i do the same from php i got other results!
why is that?
thanks in advance
peleg