I'm sure there is a better way to describe this, but I can't seem to find it (or Google would have helped me to find this).
I'm looking to automate the "activation" of a new user to a site (classic asp) I am working on. That is, the user signs up with a username and an email address, and an email is sent to them saying "click here to activate your account", with a link like:
the query string would be encrypted, and activate.asp would parse that query string, and set whatever database flag is necessary to activate that users' account.
I can handle all of the above coding, except the creation/parsing of the query string. Can anyone point me in the right direction? Is there code written to do that?
Any help or advice is appreciated!
I'm looking to automate the "activation" of a new user to a site (classic asp) I am working on. That is, the user signs up with a username and an email address, and an email is sent to them saying "click here to activate your account", with a link like:
the query string would be encrypted, and activate.asp would parse that query string, and set whatever database flag is necessary to activate that users' account.
I can handle all of the above coding, except the creation/parsing of the query string. Can anyone point me in the right direction? Is there code written to do that?
Any help or advice is appreciated!