Let me try to explain this: I’m again modding my custom invite system ( ). I now am creating random 10 char strings that get inserted into the DB on page one (where existing members enter their username and the e-mail of the person being invited). I also capture the entered e-mail and save this to the DB as well. Now, when the invitee clicks the link they receive in their e-mail, it will pass the random code to page two. I want to then “retrieve” the e-mail from the DB that matches the code and stick it in a string for use later. I’ve laid the groundwork down, but am not sure how to compare the passed code to the one in the DB and retrieve the matching e-mail.
Any tips would be appreciated! Thanks!