You don't have an account yet?
Become part of our PHP community and register now...
while ($row = mysql_fetch_assoc($result)) { echo $row['SPALTENNAME']; }
Comment