User:Woozle/PHP multi-select bug: Difference between revisions
from HTYP, the free directory anyone can edit if they can prove to me that they're not a spambot
submitted bug report |
G+ link |
||
| Line 24: | Line 24: | ||
__END__; | __END__; | ||
</php> | </php> | ||
Submitted as [https://bugs.php.net/bug.php?id=71549 bug #71549]. | Submitted as [https://bugs.php.net/bug.php?id=71549 bug #71549]. Some discussion [https://plus.google.com/102282887764745350285/posts/eujncPUqsVM here]. | ||
Latest revision as of 01:40, 8 February 2016
<php><?php
echo <<<__END__ __END__; echo '$_POST contents:
'.print_r($_POST,TRUE).'
'; echo 'Raw POST header:['.file_get_contents("php://input").']'; echo <<<__END__
__END__; </php> Submitted as bug #71549. Some discussion here.
