Probably the request is wrong. Did you try with a simple HTML form?


<form action="your_page.php" method="POST">
<input type="text" name="id">
<input type="submit">
</form>


Bye!