Sign in
webkit
/
WebKit
/
5357a067b575eb5a07548594631025cdc8ae374e
/
.
/
LayoutTests
/
http
/
tests
/
misc
/
resources
/
echo-query-param.php
blob: c117e5d7b6e3e2c6d40241ce59d6bd77d86da676 [
file
] [
log
] [
blame
]
<?
php
header
(
"Content-Type: text/html; charset=UTF-8"
);
echo
"<html><body><div id='output'>"
;
echo $_GET
{
'q'
};
echo
"</div></body></html>"
;
?>