multiple $_GET with the same key, different values?

Permalink
Hiya, I need to $_POST multiple strings to the url, but they are all the same string

www.www.domain.com/?location=1&location=2&location=3...

and then using $_GET, retrieve the values...

Any pointers will be most welcome

Cheers

Rob

rc255