Hi,
while($row = mysql_fetch_array($res))
{
echo $row['musik']; // Es wird kein Inhalt angezeigt
echo $row['anderesFeld']; // Hier klappt es einwandfrei, obwohl beide Felder der gleichen Tabelle entstammen
Und var_dump eines mittels mysql_fetch_array geholten Datensatzes ergibt was?
MfG ChrisB
--
„This is the author's opinion, not necessarily that of Starbucks.“
„This is the author's opinion, not necessarily that of Starbucks.“