PHP
2014.06.02 14:27

Header for XML content in PHP file

조회 수 11673 댓글 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 일반 가변 인수를 가지는 함수 및 매크로 만들기 2011.02.09 35700 0
160 LINUX 간단 UNIX / LINUX 명령어 정리 2012.02.28 17543 0
159 Android 간단한 Handler, Runnable 사용법 1 2014.12.30 29507 1
158 일반 감마 함수 - Gamma_F() file 2005.08.05 34454 0
157 C 개선된 Trim() - trim(), trim_right(), trim_left() 2005.08.05 31763 0
156 C 거품정렬 Bubble Sort file 2005.08.10 33215 0
155 LINUX 계정등록(adduser) 기능 및 옵션, 계정 변경(usermod) 5 2013.03.29 18550 0
154 C# 공유데이터 잠금. Critical Section 사용, lock() 함수 2012.06.11 20386 0
153 일반 나사 규격 2016.10.19 21151 0
152 일반 날씨정보 rss 2018.03.08 5440 0
151 LINUX 내 .bashrc 설정 secret 2015.08.31 0 0
150 일반 네트워크 특정 IP 작업그룹/컴퓨터명 정보 조회 1 2015.02.10 10468 0
149 MFC 노트패드를 이용한 덤프 file 2006.05.19 34044 0
148 MFC 다이얼로그 기반 APP에서 Edit에 엔터키 먹게 하기 2006.04.14 42962 0
147 Android 대화상자 만들기 메모 2023.11.01 1250 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