These are the (additional) headers to sent when requesting get.php
POST /get.php HTTP/1.1
...
Content-Type: application/x-www-form-urlencoded
Content-Length: 21
address=x&numbers=one
You can easily find more details on the syntax (like when you want to send files) with a search engine.