Hi,
wenn ich alle Felder ausgeben möchte mache ich es so
$sql = "SELECT * FROM table";
Dass man das im Normalfall *nicht* machen sollte, weißt du?
Faustregel lautet: Benenne alle Spalten, die du auslesen willst, explizit.
aber wie bekomme ich dann die Ausgabe in der while Schleife hin, wenn ich * setzn und nicht die Bezeichner weis?
Indem du den Datensatz z.B. als assoziatives Array fetchtst, und dann mit einer foreach-Schleife über die einzelnen Einträge läufst.
MfG ChrisB
--
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/
Autocomplete has spoiled me to a point where it happens every so often that I encounter a CAPTCHA, and I just type in the first character … and then wait for the rest of the code to be automatically suggested :/