Re: [PHP] good article on creating a subscription form/script

2002-07-12 Thread Michael Sims

On Thu, 12 Jul 2001 14:32:57 -0600, you wrote:

>I've looked on php.net, phpbuilder.com, and zend.com, but to no avail. 
>Any suggestions?

I don't know of any articles, but I'm actually working on a project
that is exactly what you are talking about.  I'm going to code the
signup interface in PHP, but the email scripts are going to be written
in Perl.  I've found a nice, simple mailing list script called
"Minimalist" that I am going to use to handle the email-based
confirmation part of the project.  Maybe it can help you too:

http://www.mml.org.ua/

Feel free to email me if you want to trade some ideas. :-)

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php




RE: [PHP] good article on creating a subscription form/script

2002-07-12 Thread Lazor, Ed

It may not be the best approach, but I've always created a form that accepts
the users e-mail address and passes it to a script.  The script generates an
e-mail and sends it to the listserv on behalf of the user.  The listserv
sends a message to the user and confirms the subscription.

-Ed

-Original Message-
I've looked on php.net, phpbuilder.com, and zend.com, but to no avail. 
Any suggestions?
 

This message is intended for the sole use of the individual and entity to
whom it is addressed, and may contain information that is privileged,
confidential and exempt from disclosure under applicable law.  If you are
not the intended addressee, nor authorized to receive for the intended
addressee, you are hereby notified that you may not use, copy, disclose or
distribute to anyone the message or any information contained in the
message.  If you have received this message in error, please immediately
advise the sender by reply email and delete the message.  Thank you very
much.   

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php