Posted by Virginner on 07/07/07 12:39
"Kevin Raleigh" <kraleigh@sbcglobal.net> wrote in message
news:dsOdnXF__tWwZhPbnZ2dnUVZ_qSrnZ2d@giganews.com...
> the first email was confusing so I reposted....
>
>
> I would like to send my user an email after they register so that I can
> verify their
> email address.
> .
> Can anyone advise
use the mail() function to:
a. Send a random password to their email address, rather than getting them
to enter one themselves. Once they received the password and logged into
you can provide a "change password" option.
or
b. Put in a "verified" field in the db. Send a unique URL to the user, a
copy of which is in the db. User clicks on URL in email, which fires a
script to make the verified field "true". They can then login using the
password they had originally provided.
Have you now sorted your form and header() issues? You have not commented on
that thread ;-)
D.
Navigation:
[Reply to this message]
|