Load a page with $_SERVER[" RESQUEST_URI"] value

Please i need help…
I want to achieve this…
www.example.com/ABC1234 ; when i click on this link i want the page to make a POST request with the value from the $_SERVER[" RESQUEST_URI"] //ABC1234

it has to load on the same page.