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