Mailinglisten-Archive |
So sprach Redaktion am Sun, Apr 29, 2001 at 02:48:13PM +0200: > nochma hi... > > ich möchte jetzt noch gerne ne 2. Spalte auslesen... (Vorname) $query = "SELECT Spalte1, Vorname FROM Tabelle"; $rs = mysql_query( $query ); $row = mysql_fetch_object( $rs ); echo "1. Spalte: " . $row->Spalte1 . " Vorname: " . $row->Vorname; Oder was?? Alexander Skwar -- How to quote: http://learn.to/quote (german) http://quote.6x.to (english) Homepage: http://www.digitalprojects.com | http://www.iso-top.de iso-top.de - Die günstige Art an Linux Distributionen zu kommen Uptime: 8 hours 29 minutes --- *** Weitere Infos zur Mailingliste und MySQL unter http://www.4t2.com/mysql
php::bar PHP Wiki - Listenarchive