I have an array of info called user_info[]. Normally I just pass the information needed through the url-link (example <a href="whatever.php3?uname=user_info[$i]">) and that works just fine. What I am trying to do now is just pass the whole array through the url-link (example <a href="whatever.php3?user_info=user_info[]"> but it doesn't seem to work with any combinations of words, [], and variables I have tried. Is this even possible?