oh .. thats a good function~

if for php say i have a <a href="..test.php?abc=3>

after i do the processing how can i set back all the variable that has been passed over?
i know i could do a redirection and set it back 1 by 1 ... but i have lots of variable to do ...
is there any more efficient method?

thanks in advance ~~