I have a table with several field, one of them has a date insertion on the
d/m/y format.
I would like to return only the data for the present day (today will be date
05/12/02 tomorrow will be 06/12/02)

I will do SELECT field1, field2, field3 FROM table WHERE date=?????

What is missing on the ??????s ?

Thx in advance
Miguel



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to