메뉴 건너뛰기

프로그램언어

조회 수 20551 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

<?
$filepath = "./upload_interview/".$filename;
$filepath = addslashes($filepath);

header("Content-Type: application/octet-stream");
Header("Content-Disposition: attachment;; filename=".$filename);
header("Content-Transfer-Encoding: binary");
Header("Content-Length: ".(string)(filesize($filepath)));
Header("Cache-Control: cache, must-revalidate");
header("Pragma: no-cache");
header("Expires: 0");
$fp = fopen($filepath,'r+b') ;
if (!fpassthru($fp)) {
fclose($fp);
}
?>


  1. No Image 14Apr
    by
    2015/04/14 Views 21246 

    DB 내용을 화면에 출력(이중 for 문)

  2. POST값 통째로 인코딩하기

  3. No Image 07Mar
    by
    2017/03/07 Views 21131 

    체크박스, post 로 넘기고 받아서 다시 체크하기, checkbox

  4. PHP continue 문

  5. No Image 27Feb
    by
    2014/02/27 Views 21075 

    FPDF - PHP로 PDF 만들기

  6. No Image 22Aug
    by
    2016/08/22 Views 21042 

    RSSReader Class 제작 및 Reader 만들기

  7. No Image 06Mar
    by
    2017/03/06 Views 21031 

    Ajax로 구연한 실시간 서버시간출력

  8. PHP switch 문

  9. PHP error 메시지 출력

  10. No Image 23Dec
    by
    2016/12/23 Views 20843 

    preg_match (정규표현식 매치를 수행합니다)

  11. No Image 14Apr
    by
    2015/04/14 Views 20778 

    검색어 처리 루틴

  12. No Image 23Dec
    by
    2016/12/23 Views 20775 

    array_slice 배열의 일부를 추출

  13. No Image 22Aug
    by
    2016/08/22 Views 20732 

    템플릿 관련 정보

  14. No Image 26Mar
    by
    2014/03/26 Views 20704 

    PHP 소스 : 이미지 리사이즈, 섬네일

  15. No Image 22Apr
    by
    2016/04/22 Views 20637 

    HTTP Protocol의 data method - GET / POST

  16. No Image 26Mar
    by 조쉬
    2014/03/26 Views 20551 

    [PHP] 한글명 파일 다운로드받기

  17. No Image 14Apr
    by
    2015/04/14 Views 20493 

    문자열 치환하기

  18. No Image 23Dec
    by
    2016/12/23 Views 20486 

    stripslashes — 따옴표 처리한 문자열을 풉니다

  19. No Image 23Dec
    by
    2016/12/23 Views 20461 

    quotemeta 모든 메타 문자앞에 역슬래쉬를 붙인 문자열을 반환

  20. No Image 23Dec
    by
    2016/12/23 Views 20442 

    stripcslashes — addcslashes()로 인용한 문자열을 되돌림

Board Pagination Prev 1 2 3 4 5 6 7 8 9 10 ... 17 Next
/ 17

하단 정보를 입력할 수 있습니다

© k2s0o1d4e0s2i1g5n. All Rights Reserved