This is a discussion on Re: [PHP] email certain people within the PHP General forums, part of the PHP Programming Forums category; On Thu, 9 Oct 2003 22:42:19 -0400 "Davy Campano" <dcampano@leeuniversity.edu> wrote: > ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
On Thu, 9 Oct 2003 22:42:19 -0400
"Davy Campano" <dcampano@leeuniversity.edu> wrote: > I forgot to mention that I want the email addresses to be appear on > the webpage from a mySQL database. I already have the emails > entered into a database, and I have written the page that grabs each > email from the database and puts it into a form with the Checkbox. > My problem is figuring out how to write the script to email these > dynamic addresses. I don't want to hard-code them into the web > page. If you need an example or the website, then I can send it to > you so you can see. ?? You don't need to "hard-code them". Follow Andrew's advice (earlier post) and just [dynamically] replace those "hard-coded examples" with the ones from your database... - E - __________________________________________________ Do You Yahoo!? Yahoo! BB is Broadband by Yahoo! http://bb.yahoo.co.jp/ |