How-to articles, tricks, and solutions about HTTP-POST
Issue reading HTTP request body from a JSON POST in PHP
In PHP, you can read the body of an HTTP request using the file_get_contents('php://input') function.
submit a form in a new tab
To open a form submission in a new tab, you can use the target attribute of the form element and set it to _blank.