Hi,
my query is as follows:
$sql = "SELECT * FROM Calender WHERE idx = $widx ORDER BY cdate ASC"
cdate is a datetime field (example 2010-09-27 20:41:54)
But with this query the dates are not correctly ordered.
I get this as result back:
ma 27 sep 20:00
ma 4 okt 20:00
ma 11 okt 21:00
wo 10 nov 21:30
ma 25 okt 22:00
ma 18 okt 20:00 --> wrong
Can anybody help me with this?