Mailinglisten-Archive |
Hi,
MSKPL> $res = mysql_db_query($mysqlDb, "SELECT * FROM event WHERE kat = '3'");
MSKPL> $this = mysql_fetch_object($res);
MSKPL> while ($this = mysql_fetch_object($res)) {
MSKPL> echo $this->title;
MSKPL> }
Lass das erste mysql_fetch_object($res) weg.
Dann sollte es klappen.
Ciao,
Oliver
php::bar PHP Wiki - Listenarchive