$ergebnis = @mysql_query($sql,$dbConnection);
while ($bildrow=mysql_fetch_array($ergebnis))
Warning: mysql_fetch_array(): supplied argument is not a valid
MySQL result resource in d:\pages\catalog.php on line 85
Hey,
nehme doch mal das @ vor mysql_query weg,
dann mach nen echo $sql
dann guck nochmal, ob die Abfrage paßt
Gruesse Dacor