Ok, I have an issue
I have a date in a mysql database that was entered as a varchar field rather then a date formatted field.
So the dates in the database look like so:
03/28/06
11/28/06
4/02/06
so either MM/DD/YY or M/DD/YY
problem is now I need to do date in ranges from lets say
03/01/06 - 07/01/06
now, i can extract all the days and do that in PHP, but how woudl I go about doing this in mysql?