Skip to content

Commit 74dc6f8

Browse files
GeertDDwouterj
authored andcommitted
Correct capitalization for the Content-Type header
1 parent 8dc90ef commit 74dc6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/http_fundamentals.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ PHP? In reality, PHP abstracts you a bit from the whole process::
186186
$uri = $_SERVER['REQUEST_URI'];
187187
$foo = $_GET['foo'];
188188

189-
header('Content-type: text/html');
189+
header('Content-Type: text/html');
190190
echo 'The URI requested is: '.$uri;
191191
echo 'The value of the "foo" parameter is: '.$foo;
192192

0 commit comments

Comments
 (0)