File "post_receiver.php"
Full Path: /home/analogde/www/Yves/post_receiver.php
File size: 58 bytes
MIME-type: text/x-php
Charset: utf-8
<?php
echo "<pre>";
print_r($_POST);
echo "</pre>";
?>