<?

ini_set('memory_limit', -1);

// 데이터 양이 많은 경우 메모리 제한 해제


$down_date = date("Ymd").$fName;

// 파일명 정의

header( "Content-type: application/vnd.ms-excel" );

header( "Content-Disposition: attachment; filename=DB-$down_date".".xls" );

header( "Content-Description: PHP4 Generated Data" );

?>

+ Recent posts