3
I have a date field with all separate date and need to put in order as I do.. follows example that this not working...
$query = mysql_query("SELECT * FROM `mensagens` ORDER BY `ano`,`mes`,`dia` ASC") or die(mysql_error());
he leaves in order but not in the right order date fields are 2-digit formatting in numbers, type 06 - 04 - 2014
good, worked!!!
– Alan PS