In PHP how to access the data sent through the URL with the POST method?

In PHP how to access the data sent through the URL with the POST method?

Data sent through POST method will not be visible in the URL . Due to which, any query string (name/weight) is sent in the HTTP message body of a POST request.