die DS bitte als INSERT-statement. ich wollte die jetzt nicht alle einzeln bei mir reinhacken.
PHP-Statistik
Einklappen
X
-
INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |
-
aber davon abgesehen, ist time int(11) NOT NULL default '0' totaler müll.
time ist 1. ein reserviertes wort und wenn du 2. einen php.timestamp dort ablegen willst, ist auch die frage, ob das sinnvoll ist.
ich würde eher TIMESTAMP oder DATETIME als feldtyp nehmen. ich denke mal, dass daher das problem mit dem fehlenden datum kommt.INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |
Kommentar
-
so. jetzt abba....
Code:SELECT DATE_FORMAT(FROM_UNIXTIME(`time`), '%Y-%m-%d') datum, COUNT(*) menge FROM statistik GROUP BY datum ORDER BY menge DESC LIMIT 1
INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |
Kommentar
-
oki.INFO: Erst suchen, dann posten![color=red] | [/color]MANUAL(s): PHP | MySQL | HTML/JS/CSS[color=red] | [/color]NICE: GNOME Do | TESTS: Gästebuch[color=red] | [/color]IM: Jabber.org |
Kommentar
Kommentar