Get URL headers in PHP

So, let’s say I’m a client entering this URL on my blog website: https://blogbyme.com/post?id=1. I want the server to see that URL and customize the page based off what post it is. The main question is – when the request is made, how do I grab the id header’s value to send the correct blog… Read More Get URL headers in PHP