Hello. I'm trying to create a link that returns a user to the previous page (after user logs in). I can get it to sorta work with $_SERVER['PHP_SELF'] but it doesn't include any arguments, only the file name. I need display.php?id=100 but I only get display.php. Any help would be appreciated. Thanks in advance.