Wie Jason schon sagte such nach:
Code: Alles auswählen
include($phpbb_root_path . 'common.'.$phpEx); Code: Alles auswählen
$html_entities_match = array('#&#', '#<#', '#>#', '#"#');
$html_entities_replace = array('&', '<', '>', '"');esperitox
Code: Alles auswählen
include($phpbb_root_path . 'common.'.$phpEx); Code: Alles auswählen
$html_entities_match = array('#&#', '#<#', '#>#', '#"#');
$html_entities_replace = array('&', '<', '>', '"');Code: Alles auswählen
$latest_topic = $row['topic_title'];Code: Alles auswählen
$latest_topic = html_entity_decode($latest_topic);