Documented research indicate that on Thu, 16 Jun 2005 16:20:31 +0100 (BST),
babu wrote:
> Ya joseph u r right, i am thinking of the url to be generated to be send to
> the user.
> I followed u r steps but did not understand some points.
>
>>>2.) Store that string to the database somewhere
>
#2
Well when the user registers there will have to be a database table for
members i assume, why not make a column confirmation or something and store
this string there?
#3
Check into the mail() function, this will allow you to send custom headers
etc.. You just create the body of the message s
Ya joseph u r right, i am thinking of the url to be generated to be send to the
user.
I followed u r steps but did not understand some points.
>>2.) Store that string to the database somewhere
where to store in database, i mean when the user clicks the activation
code how to check the us
i dont think a capcha is what they are looking for, rather a way to create a
md5 or something that they can email a link to users to a page such as
confirm.php?validate=MD5-HERE so that they can validate thier email.
Steps to do this
1.) Create the string maybe an MD5 based on the email they cho
Since you couldn't google for it...here is the link
http://www.zend.com/zend/tut/tutorial-mehmet1.php
Bastien
From: babu <[EMAIL PROTECTED]>
To: php-db@lists.php.net
Subject: [PHP-DB] registration form with activation code sent to user
Date: Thu, 16 Jun 2005 14:18:02 +0100 (BST)
H
Hi ,
I have seen many forums, where the user can register and a message will be
displayed that the user will get an activation code through email, by which he
can complete his registration.
How this can be done using php.I am eager to know.
Thanks.
-