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