Hopsel: (MySql) Spaltennamen abfragen

Hi alle!

Wie kann ich aus einer Tabelle, von der ich nicht alle Spaltennamen kenne, eben diese Spaltennamen abfragen.
Oder anders gefragt: Wie kann ich abfragen, welche Spalten in einer Tabelle existieren.

Das verwendete DBMS ist MySql 5.0.

MfG H☼psel

--
"It's amazing I won. I was running against peace, prosperity, and incumbency."
George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)
    1. Hi Phil!

      *hust* http://de3.php.net/manual/en/function.mysql-list-fields.php

      Hab ich zwar nicht gesucht (weil deprecated), hat mich aber auf http://dev.mysql.com/doc/refman/5.1/de/show-columns.html gebracht.
      *hust* ;-)

      Danke.

      MfG H☼psel

      --
      "It's amazing I won. I was running against peace, prosperity, and incumbency."
      George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
      Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)
  1. Hello,

    show columns from $tabellenname;

    ist Dein Freund.

    Harzliche Grüße vom Berg
    http://www.annerschbarrich.de

    Tom

    --
    Fortschritt entsteht nur durch die Auseinandersetzung der Kreativen
    Nur selber lernen macht schlau

    1. Hi Tom!

      show columns from $tabellenname;
      ist Dein Freund.

      Danke. Ich wusste einfach nicht mehr wonach ich suchen sollte. Und bisher war (mir) immer bekannt, welche Spalten eine Tabelle hat.

      MfG H☼psel

      --
      "It's amazing I won. I was running against peace, prosperity, and incumbency."
      George W. Bush speaking to Swedish Prime Minister unaware a live television camera was still rolling, June 14, 2001
      Selfcode: ie:% fl:( br:> va:) ls:& fo:) rl:? n4:& ss:| de:] js:| ch:? sh:( mo:) zu:)
      1. Hello,

        show columns from $tabellenname;
        ist Dein Freund.

        Danke. Ich wusste einfach nicht mehr wonach ich suchen sollte. Und bisher war (mir) immer bekannt, welche Spalten eine Tabelle hat.

        Such mal im Archiv unter "get_info()" oder "get_info("

        Ich hatte mir schon mal Gedanken über eine umfangreichere Funktion gemacht, ide dann möglichst mit einem Query alle Informationen zur Tabelle abholt.

        Harzliche Grüße vom Berg
        http://www.annerschbarrich.de

        Tom

        --
        Fortschritt entsteht nur durch die Auseinandersetzung der Kreativen
        Nur selber lernen macht schlau