RE: [PHP] E-mail Confirmation script?

2002-05-12 Thread SP
I would suggest just sending them an email with a link like this and telling them to click on it to confirm their membership. http://www.mysite.com/confirm.php?uniqueid=2i3k238 s9sd0s99d The confirm.php page would look up the uniqueid and try to find it in your database. If it's there then

Re: [PHP] E-mail Confirmation script?

2002-05-12 Thread Andre Dubuc
Thanks, Now why didn't that ever occur to me? It's simple and very effective. Thanks for the idea! Regards, Andre On Sunday 12 May 2002 04:51 pm, you wrote: I would suggest just sending them an email with a link like this and telling them to click on it to confirm their membership.

Re: [PHP] E-mail Confirmation script?

2002-05-12 Thread r
Hey, Why dont you just add a link to a script and validate it like that? eg: Click below to confirm you email id ** http://yoursite.tld/confirm.php?[EMAIL PROTECTED]confirmno=5675678 ** Once you get the

RE: [PHP] E-mail Confirmation script?

2002-05-12 Thread SP
Just make sure the url fits on one line in the email which mine doesn't. -Original Message- From: Andre Dubuc [mailto:[EMAIL PROTECTED]] Sent: May 12, 2002 5:06 PM To: SP Cc: [EMAIL PROTECTED] Subject: Re: [PHP] E-mail Confirmation script? Thanks, Now why didn't that ever occur to me