Keywords for the last month\n"); foreach ($content as $row) { $keyword = htmlspecialchars(html_entity_decode(urldecode($row['label']), ENT_QUOTES, 'UTF-8'), ENT_QUOTES, 'UTF-8'); $hits = $row['nb_visits']; print("$keyword ($hits hits)
\n"); }