Submit html Form to an embedded php Script

Hello!

This seems to work, but it is only possible to access the Get / Post Data via Python?

I’ve tried that with PHP, but nothing useful is displayed:

{{php}}
<?php 
   print_r($_POST); 
   print_r($_GET);
   print_r(file_get_contents('php://input'));
?>
{{/php}}