root/LayoutTests/http/tests/misc/resources/echo-query-param.php

/* [<][>][^][v][top][bottom][index][help] */
<?php
header("Content-Type: text/html; charset=UTF-8");
echo "<html><body><div id='output'>";
echo $_GET{'q'};
echo "</div></body></html>";
?>

/* [<][>][^][v][top][bottom][index][help] */