PHP-Statistik

Einklappen
X
 
  • Filter
  • Zeit
  • Anzeigen
Alles löschen
neue Beiträge

  • #16
    die DS bitte als INSERT-statement. ich wollte die jetzt nicht alle einzeln bei mir reinhacken.
    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


    • #17
      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


      • #18
        Das hab ich mich auch schon gefragt aber bis jetzt hat alles immer ohne Probleme hingehaun.

        Habs jetzt in timestamp umbenannt aber es liefert noch immer das gleiche Ergebnis.
        Zuletzt geändert von Stargast; 12.11.2003, 21:39.

        Kommentar


        • #19
          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


          • #20
            DANKE!!! Jetzt funktionierts!!!

            Kommentar


            • #21
              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

              Lädt...
              X