Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

php set header content type html

// set header to HTML (default)
header("Content-Type: text/html");

// set header to Text
header('Content-type: text/plain');
 
PREVIOUS NEXT
Tagged: #php #set #header #content #type #html
ADD COMMENT
Topic
Name
7+3 =