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