Okay, I've got a form with yes/no buttons. To access this form I use misc.php?do=unsubscribe&id=1, where id=1 is the userid being unsubscribed. Now, after the user chooses to continue and unsubscribe, I need to remove their subscription using their userid. My problem is that after the user continues, the &id=1 variable is lost -- so the query cannot run. How can I get the &id=1 to pass along?