fetch()) { if ($header) { fputcsv($output, array_keys($row)); $header = false; } fputcsv($output, $row); } fclose($output); } if($table == "total-score") { $total_score = get_total_score($con); download_table($total_score); } else { $station = get_station($con, $table); download_table($station); } ?>