Would like some help to understand this URL a little better.
something/?page=2&agent=2725
I'm aware that with $_GET["page"]
I can get the 'page' number and presumably 'agent' code also via the same approach.
I'm trying to understand the role of the '&' symbol there. By the outlook I can guess it combines page number and the agent code. Is my understanding there right?
What instance you can use this & symbol and how is it helpful?