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 inclusion

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 html body form action=post method=process.php p Your e-mail address:br input type=text name=namebr input type=text name=emailbr input type=submit name=submit

[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

[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 a href= shows up and the whole string in linked. All I was looking for is a link to the URL and the word - Click - to be underlined showing the link. Additionally, the value (as

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