First of all, retrieve each value separately from $_GET using the specific key name.
Secondly, concatenate the values (if that’s the intention) or store them in an array.
As mentioned above, just access it directly an concatenate it.