[html]
[/html]
に対して,
test.php
[php]
< ?php print readfile("php://input"); ?>
[/php]
とか書くと、
[php]
test.php ———- xxx=firstValue&xxx=secondValue30
[/php]
と出力される
最後の30っていうのはバイト数かな。
[html]
[/html]
に対して,
test.php
[php]
< ?php print readfile("php://input"); ?>
[/php]
とか書くと、
[php]
test.php ———- xxx=firstValue&xxx=secondValue30
[/php]
と出力される
最後の30っていうのはバイト数かな。