show/hide this revision's text 3 added 258 characters in body

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.

show/hide this revision's text 2 deleted 251 characters in body
show/hide this revision's text 1

How about $_SERVER["QUERY_STRING"]?