Moinsen,
$res = mysql_query("select UserName from users WHERE teilnahme = 'j' ");
echo mysql_error();
echo "<table border="0" width="50%" bgcolor="#DDB62D">";
echo "<tr>";
echo "<td>Es sind bis jetzt dabei:</td>";
echo "<td>";
while ($row = mysql_fetch_array($res))
{
echo "{$row['UserName']} ";
}
echo "</td>";
echo "</tr>";
echo "</table>";
so?
--
cu,
Maz
cu,
Maz