RE: [PHP-DB] how to "email article to a friend"

2001-06-20 Thread Brian Paulson
Message- From: Andreas D. Landmark [mailto:[EMAIL PROTECTED]] Sent: Wednesday, June 20, 2001 6:22 AM To: [EMAIL PROTECTED] Subject: Re: [PHP-DB] how to "email article to a friend" At 20.06.2001 08:52, you wrote: >You can query your database to extract those info, compose your ema

Re: [PHP-DB] how to "email article to a friend"

2001-06-20 Thread Andreas D. Landmark
At 20.06.2001 08:52, you wrote: >You can query your database to extract those info, compose your email and >use mail( ) function to send it. that is _not_ a wise way to do it, you should include some form of restrictions on how many emails can be sent to a single account within X minutes for e

Re: [PHP-DB] how to "email article to a friend"

2001-06-20 Thread Lester June Cabrera
You can query your database to extract those info, compose your email and use mail( ) function to send it. At 02:22 PM 6/19/01 -0400, [EMAIL PROTECTED] wrote: >I'm a newbie and have only worked with php to send email from webform input. >I now want to add a new feature to my website: "Email ar