Cross Reference: test.php
xref
: /
yui3
/
src
/
querystring
/
tests
/
test.php
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
<?php
header
(
"Content-Type"
,
"
application
/
json
"
);
echo
json_encode
(
array
(
"POST"
=> $
_POST
,
"GET"
=> $
_GET
,
));
?>