PHP
2014.06.02 14:27

Header for XML content in PHP file

조회 수 11752 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

+ - Up Down Comment Print
?

단축키

Prev이전 문서

Next다음 문서

+ - Up Down Comment Print
If you output XML content from PHP file, you need to set content-type header, so that your browser know that you are going to output XML content from PHP file instead of default content-type header (text/html).
File: php_file.php
<?php
header ("Content-Type:text/xml");
?>
<your_xml_content>
</your_xml_content>
You may know, no output (no html, echo, space etc) can occur before "header()" for header being sent to browser.

Content-type header tells browser how to handle the content. For example, if there is media file then browser will give you an option to use another application if it cannot handle that content. For *.mp3 file, it may ask you to use any applications installed on your computer that is associated with mp3 or it will tell you to download the content.
text/xml file is treated as us-ascii file if there is no charset specified. So, if your charset is different then specify that in the header as below.

Update:

header('Content-Type: application/xml; charset=utf-8');

application/xml with charset can be good, if you are preparing for any application to consume the xml file. With charset specified, there should not be any problem with any of the format.


Dreamy의 코드 스크랩

내가 모으고 내가 보는

List of Articles
번호 분류 제목 날짜 조회 수 추천 수
161 LINUX 커맨드라인에서 url 접근 - wget 사용법 2015.09.30 12646 0
160 LINUX 리눅스 부팅시 명령스크립트 실행하기 2015.09.30 10986 0
159 LINUX 리눅스 시스템 시작시에 자동 실행할 파일 등록하기 2015.09.30 10700 0
158 Pi 무선랜 wifi 설정 2015.10.01 7569 0
157 Pi ftp 포트 변경하기 2015.10.01 10515 0
156 C# List<T> 사용법 2015.10.13 49582 0
155 JAVA 현재시간 구하기 2015.10.21 8496 0
154 JAVA 텍스트 파일 읽기, 쓰기 2015.10.21 13544 0
153 일반 Html에서 사용하는 contentType의 종류 2015.10.27 9783 0
152 JAVA 자바 프로그래머가 알아야할 10가지 이클립스 단축키 1 2015.10.27 8338 0
151 PHP php 배열 사용하기 2015.10.28 12903 0
150 일반 [HTML] 복사해서 사용가능한 5개의 실용적인 List Style 예제 2015.11.03 7674 0
149 Android 원격 linux 서버에서 local device로 adb 접속하기 secret 2015.11.05 1 0
148 C# Best way to implement keyboard shortcuts in a Windows Forms application 2015.11.06 7325 0
147 일반 NirCmd 사용법 2015.12.08 8486 0
목록
Board Pagination ‹ Prev 1 ... 19 20 21 22 23 24 25 26 27 28 ... 34 Next ›
/ 34

나눔글꼴 설치 안내


이 PC에는 나눔글꼴이 설치되어 있지 않습니다.

이 사이트를 나눔글꼴로 보기 위해서는
나눔글꼴을 설치해야 합니다.

설치 취소

Designed by sketchbooks.co.kr / sketchbook5 board skin

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5

Sketchbook5, 스케치북5