Hi,
nein eben nicht du verstehst mich bloss nicht
Du verstehst ziemlich wenig ...
$sql = "SELECT wo FROM shownin WHERE artikelid = '1'";
$result = mysql_query($sql, $database) or die(mysql_error());
$row = mysql_fetch_assoc($result);
da sind mehrere datensaetze!!!
Na dann sollte doch wohl klar sein, dass das Abholen von nur einem Datensatz nicht ausreichend ist, sondern eine Schleife über alle Datensätze erforderlich ist.
MfG ChrisB
--
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]
“Whoever best describes the problem is the person most likely to solve the problem.” [Dan Roam]