The code for download that works at localhost is but live at hostgather server it throughs error
ob_get_clean();
header("Content-type: text/x-csv"); # DECLARING FILE TYPE
header("Content-Transfer-Encoding: binary");
header("Content-Disposition: attachment; filename=".$csv_file_name); # EXPORT GENERATED CSV FILE
header("Pragma: no-cache");
header("Expires: 0");
echo $fields;
exit;
错误是
警告:无法修改标头信息 - 标头已由 /home/londoner/public_html/pkfones 中的(输出开始于 /home/londoner/public_html/pkfones.com/pinquest/wp-admin/includes/template.php:1679)发送。 com/pinquest/wp-content/plugins/wp-gamesize/setgamesize_admin.php 在第 131 行