jquery/test/data/headers.php

5 lines
151 B
PHP
Raw Normal View History

<?php
header( "Multiple-Line: Hello\n World" );
header( "Multiple-Multiple-Line: Hello\n Beautiful\n\t World" );
header( "Single-Line: Hello World" );