I learned about PHP request methods and til now, I thought I knew at least some of them like POST and GET, but then I encountered codes using both of them for requesting primary keys.
I googled and searched SO but weirdly found nothing that explained the logic behind which method to choose in various scenarios; and the one more specifically I'm curious to know about here is which one to use for requesting primary keys? TYIA.