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

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