User Profile

Collapse

Profile Sidebar

Collapse
border9
border9
Last Activity: Jan 15 '08, 12:19 PM
Joined: Jan 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • border9
    replied to PHP Array from SQL Database
    in PHP
    [PHP]emailto[][/PHP]

    Im confused how do i make the php Email call this command?

    [PHP]if($_POST['email_now'])
    {

    $to = emailto[];
    $from = "";
    $subject = "" .$quote;
    $headers .= ''.$eol;
    $headers .= ''.$eol;
    $headers .= ''.$eol;
    $headers .= "Message-ID: <".$subject.">" .$eol;
    ...
    See more | Go to post

    Leave a comment:


  • border9
    replied to PHP Array from SQL Database
    in PHP
    Ok, it seems to be kind of working, my next question would be how do i strip out duplicate email address? thanks
    See more | Go to post

    Leave a comment:


  • border9
    replied to PHP Array from SQL Database
    in PHP
    Mainly i want the USER to be able to Select AS many AS theyd like to email one email to. OR if they would like to email them all. Im trying to get the code you gave me working right know, ill let you know if that was what i was looking for. Thank you....
    See more | Go to post

    Leave a comment:


  • border9
    replied to PHP Array from SQL Database
    in PHP
    Can anyone see what im trying to acomplish here?
    See more | Go to post

    Leave a comment:


  • border9
    replied to PHP Array from SQL Database
    in PHP
    [PHP]
    <?php
    if($_POST['email_now'])
    {

    $to = $_POST['emailto'];
    $from = "";
    $subject = "";
    $headers .= "".$eol;
    $headers .= "".$eol;
    $headers .= 'Return-Path: '.$eol; // these two to set reply address
    $headers .= "Message-ID: <".$subject.">" .$eol;
    //$headers .= "Message-ID: <".$now."...
    See more | Go to post

    Leave a comment:


  • border9
    replied to PHP Array from SQL Database
    in PHP
    Ok, so that builds the menu, how do i take whats in that menu and email all of the clients that are brought up in that menu?

    I need to be able to Click iether 1 or 20 of those items in that menu and be able to email the. Any ideas?
    See more | Go to post

    Leave a comment:


  • border9
    replied to PHP Array from SQL Database
    in PHP
    Anyone have any idea what im trying to attempt here or what i have to do to make it work?

    If you can help please by all means i would greatly appricate it. Thanks
    See more | Go to post

    Leave a comment:


  • border9
    replied to PHP Array from SQL Database
    in PHP
    I see where your going with that, But i need to pull the emails from the database, they arent emails i put in myself. That Form is built off email address from the mySQL Database. How do i create the array from the emails in the database?...
    See more | Go to post

    Leave a comment:


  • border9
    replied to PHP Array from SQL Database
    in PHP
    Its not allowing me to send to the email address the Form brings up. Right now i have it pulling about 15 email addresses from the Database and its not sending to them only one.
    See more | Go to post

    Leave a comment:


  • border9
    started a topic PHP Array from SQL Database
    in PHP

    PHP Array from SQL Database

    What im attempting to do is pull email address from a database already built, i need to be able to select the email address depending on the date they are given.

    Then i need to be able to Implode the list of email address so i can send out multiple emails to multiple Clients at one time. This is what i have so far.


    *************** ***Form Application**** ************

    <select name="emailto"...
    See more | Go to post
No activity results to display
Show More
Working...