jquery/test/data/ajax/content-type.php

6 lines
105 B
PHP
Raw Normal View History

<?php
$type = $_REQUEST['content-type'];
header("Content-type: $type");
echo $_REQUEST['response']
?>