<?php include("../all_kms_con.inc.php"); require 'exportcsv.inc.php'; $table = "kms_emailadressen"; // this is the tablename that you want to export to csv from mysql. exportMysqlToCsv($table); ?>