I am trying to use 2 GET variables in some code I am doing.

First get is $_GET['sort'];
Second is $_GET['year'];


But sort pulls out "alpha?year=2006"

Anyone know how to get around this?