<form action="/get_post.php" method='post'> <input type='hidden' name='test.t' value='test'> <input type='submit' value='Отправить'> </form>
get_post.php
<?php echo "test->".$_POST[test.t]; ?>
Why then get_post.php does not issue, does not respond. I can not figure out what the problem is?