엑셀다운 실행시 500에러가 떠요 쿼리문에 문제가 있는지 도와주세요

엑셀다운 실행시 500에러가 떠요 쿼리문에 문제가 있는지 도와주세요

QA

엑셀다운 실행시 500에러가 떠요 쿼리문에 문제가 있는지 도와주세요

본문


<?php
include_once('./_common.php');
   /*================================================================================
    php_writeexcel http://www.bettina-attack.de/jonny/view.php/projects/php_writeexcel/
    =================================================================================*/
    include_once(G5_LIB_PATH.'/Excel/php_writeexcel/class.writeexcel_workbook.inc.php');
    include_once(G5_LIB_PATH.'/Excel/php_writeexcel/class.writeexcel_worksheet.inc.php');
$sql_order = " order by wr_num, wr_reply "; 
  if ($sca || $stx) 
  { 
    $sql = " select distinct wr_parent from $write_table where $sql_search $sql_order "; 
  } 
  else 
  { 
    $sql = " select * from $write_table where wr_is_comment = 0 $sql_order "; 
  } 
    $result = sql_query($sql); 
    //$result = iconv("utf-8", "euc-kr" , $result); 
    $cnt = _num_rows($result); 
    if (!$cnt) 
        alert("출력할 내역이 없습니다."); 
    header('Content-Type: application/vnd.ms-excel'); 
    header('Expires: ' . gmdate('D, d M Y H:i:s') . ' GMT'); 
    header('Content-Disposition: attachment; filename="WAofficelist_' . date("ymd_his", time()) . '.xls"'); 
    header('Cache-Control: must-revalidate, post-check=0, pre-check=0'); 
    header('Pragma: public'); 
    header('content-transfer-encoding: binary'); 
 

이 질문에 댓글 쓰기 :

답변 2

답변을 작성하시기 전에 로그인 해주세요.
전체 123,528 | RSS
QA 내용 검색

회원로그인

(주)에스아이알소프트 / 대표:홍석명 / (06211) 서울특별시 강남구 역삼동 707-34 한신인터밸리24 서관 1404호 / E-Mail: admin@sir.kr
사업자등록번호: 217-81-36347 / 통신판매업신고번호:2014-서울강남-02098호 / 개인정보보호책임자:김민섭(minsup@sir.kr)
© SIRSOFT