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

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,