I'm working with a domain where surprisingly $_POST array is always empty.
I've changed the script to another location (domain) and it does receive the parameters and I can print them.
What could be affecting it? httpaccess? any php.ini setting?
<?php
echo "POST<br>";
print_r($_POST);
echo "<br>--------------</br>";