분류 php

Changing the page type to CSV

컨텐츠 정보

  • 조회 1,905 (작성일 )

본문

// Tell the web client to expect a CSV file

header('Content-Type: text/csv'); 

php