Hello
I'm using phpmyadmin for validate some queries. But using the php in my host, queries with date is not giving me zero rows.
The query is the following:
select * from table where day='2002-04-22';
In phpmyadmin it works, but with my host doesn't works, can it be some problems in configuration?
Thanks
Rui Machado