Mailinglisten-Archive |
hallo,
hab ein kleines problem... und zwar wird wenn aus der db
nur ein eintrag kommt das echo nicht ausgeführt.
gruss,
MAREK.
$res = mysql_db_query($mysqlDb, "SELECT * FROM event WHERE kat = '3'");
$this = mysql_fetch_object($res);
while ($this = mysql_fetch_object($res)) {
echo $this->title;
}
php::bar PHP Wiki - Listenarchive