unix_timestamp は今日以降でSELECT
5点お願いします。WHERE
例: unix_timestamp (ここでは形式ではありません):
15.08.2013
18.08.2013
21.08.2013
27.08.2013
30.08.2013
MySQL :SELECT * WHERE unix_timestamp is today or after today and ORDER BY unix_timestamp with LIMIT 0,5
MySQL Resultは unix_timestamp を持つ項目でなければなりません:
18.08.2013
21.08.2013
27.08.2013
30.08.2013