good day every one...
im kinda confused about this stuff... on how to sort it by in order of Month and later on the Date...
here's the code:
[PHP]$sql="SELECT * FROM $sched ORDER BY date;";[/PHP]
infact it will sort it in alphabetical arrangement... my point is, how the hell can sort this kind of Date "ei: May 5, 2007 up to December 30, 2007" in my coding where the first month descending to last month?
for the result, here's the link: Schedule
anyone can help me about this stuff?
im kinda confused about this stuff... on how to sort it by in order of Month and later on the Date...
here's the code:
[PHP]$sql="SELECT * FROM $sched ORDER BY date;";[/PHP]
infact it will sort it in alphabetical arrangement... my point is, how the hell can sort this kind of Date "ei: May 5, 2007 up to December 30, 2007" in my coding where the first month descending to last month?
for the result, here's the link: Schedule
anyone can help me about this stuff?
Comment