As they say, POST is POST, but ... delivery ...
<?php $post = print_r($_POST, TRUE); echo '<pre>', $post, '</pre>';
Enjoy.
http:
Example:
Array ( [a] => 12345 )
Change the comment "does not work":
curl -A "Mozilla" -da=12345 http:
What I would advise you is that you are a "fake" user agent, just adding Mozilla will save you some potential problems.
source share