Hello.
I was wondering if one of you super smart php guys could answer a question for me. I am working on a travel website for my dad and right now most is going well.
One question I have though, is sorting the results of a query I make using mysql.
When adding records my dad enters a start date (Example would be Dec 1) and an end date (Example would be Dec 8).
What I want my result to do is sort by that field. But the current code I have, only sorts by alphabetical order... Can anyone think of a way to make this sort by the actual dates that he has entered?
Thanks,
Mekhu
PS. Right now I am using blah blah blah ORDER BY start_date