Re: [PHP] email confirmation script

2003-08-14 Thread olinux
Read the manual notes for mail() and find out how to send html messages. www.php.net/mail or better - just send a text message make your link shorter though so the link won't break. olinux --- Anthony Ritter <[EMAIL PROTECTED]> wrote: > This is what I receive via e-mail after I click > submit

[PHP] email confirmation script

2003-08-14 Thread Anthony Ritter
This is what I receive via e-mail after I click submit using the following code. As you can see - the html attribute To: <[EMAIL PROTECTED]> Sent: Thursday, August 14, 2003 2:04 PM Subject: Thank you for registering > Thank you for registering tony > > http://www.gonefishingguideservice.com/[EM

[PHP] email confirmation script

2003-08-14 Thread Anthony Ritter
Hi, I'm trying to find a script that does the following: 1. A user is presented with a form with a textbox for their e-mail address. 2. The user types in their e-mail addrees and submits the form. 3. A note is then sent from that server if their e-mail address , in fact, exists. 3. If the e-mail a

Re: [PHP] email confirmation script

2003-08-14 Thread Anthony Ritter
Thanks Jackson. I appreciate the assistance. Am I on the right track? Best... TR .. // this is the form Your e-mail address: ... //process.php mailto:[EMAIL PROTECTED]/email_verify.php?email=$email&c onfirmation_ID=$confirmation_ID>link" mail($_POST['

Re: [PHP] email confirmation script

2003-08-14 Thread Jackson Miller
On Thursday 14 August 2003 12:19, you wrote: > Thanks for the reply Jackson. > > It's non-profit. cool > > I guess I'm looking for a randomly generated string that would append to > the users e-mail address so that it could be matched when the user clicked > the link and submitted it back for inclu