Difference between revisions of "User:Woozle/PHP multi-select bug"
Jump to navigation
Jump to search
(Created page with "<php><?php echo <<<__END__ <html> <body> __END__; echo '$_POST contents:<pre>'.print_r($_POST,TRUE).'</pre>'; echo 'Raw POST header:<b>[</b>'.file_get_contents("php://input"...") |
(No difference)
|
Revision as of 00:19, 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>