Hallo Ilja,
hab das jetzt mal so gemacht:
<?php
mysql_select_db('usr_web123_2');
$sql = "SELECT max(name)
FROM de_entries
WHERE category = 'Poesie'";
$return = mysql_query($sql) or print(mysql_error());
$_data = mysql_fetch_assoc($return);
echo $_sql['name'];
?>
jetzt kommt zwar keine Felhermeldung mehr aber es kommt jetzt gar nichts mehr. Also die Spalte bleibt leer :-(
Gruß Martin