date problem

eran185

Registered User.
Local time
Today, 06:58
Joined
May 11, 2007
Messages
55
hey
i have a simple form , based on a simple table.
i build a imple query that take the date between today and the date the user want.
but the query doesn't work :(
 

Attachments

In your WHERE clause "today" just means the string "today", not today's date. Replace it with date() (no quotes) and that will return today's date.
 

Users who are viewing this thread

Back
Top Bottom