How about $_SERVER["QUERY_STRING"]?
EDIT: Since you were kind enough to give me credit for this answer, I should add one thing. You should wrap the above variable in htmlspecialchars() before you output it. Otherwise someone could type a URL with "> in it, and it would break your link.
