include_once("../php/include.php"); initDatabaseConnection(); $divWidth = 800; $divHeight = 400; ?> Year: $rows = dbQuery("SELECT DISTINCT year FROM record_valid"); foreach($rows as $row) { ?> =$row['year']?> } ?>