본문 바로가기

개발/php

PHP Headers and Popular Mime Types

Atom header('Content-type: application/atom+xml');
CSS copyheader('Content-type: text/css');
Javascript header('Content-type: text/javascript');
JPEG Image header('Content-type: image/jpeg');
JSON header('Content-type: application/json');
PDF header('Content-type: application/pdf');
RSS header('Content-Type: application/rss+xml; charset=ISO-8859-1');
Text (Plain) header('Content-type: text/plain');
XML header('Content-type: text/xml');

'개발 > php' 카테고리의 다른 글

Force Secure (SSL) Pages With .htaccess  (0) 2011.12.21
PHP Force Download  (0) 2011.12.21
봇 접속시 특정 페이지 보이기  (0) 2011.12.17
외부 이미지 저장 하는 방법 저장 하기 php  (0) 2011.12.03
Zend  (0) 2011.10.02