无法在php中按列顺序排序日期

时间:2013-08-24 16:45:55

标签: php database

我试图在我的大学里自动化唱名系统并遇到了这个问题,我正在尝试打印注册日期,而不是正常的订购,我是得到这种输出。

This is the output i'm getting in the browser

这是我在php中使用的代码,

for ( $i = 0 ; $i < count ( $attendance ) ; $i++ )<br>
     $data.="<th rowspan='2'>".$attendance[$i]['date']."</th>";

1 个答案:

答案 0 :(得分:1)

您如何对日期进行排序以及如何存储日期?

看起来它是按第一个数字排序,而不是整个日期。