Re: [PHP-DB] registration form with activation code sent to user

2005-06-19 Thread -{ Rene Brehmer }-
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 >

Re: [PHP-DB] registration form with activation code sent to user

2005-06-16 Thread Joseph Crawford
#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

Re: [PHP-DB] registration form with activation code sent to user

2005-06-16 Thread babu
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

Re: [PHP-DB] registration form with activation code sent to user

2005-06-16 Thread Joseph Crawford
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

RE: [PHP-DB] registration form with activation code sent to user

2005-06-16 Thread Bastien Koert
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

[PHP-DB] registration form with activation code sent to user

2005-06-16 Thread babu
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. -

[PHP-DB] Registration

2001-06-22 Thread TathitSA