Auto Reply Email with PHP when MySQL is updated

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Auto Reply Email with PHP when MySQL is updated

    I am trying to build an application using PHP and MySQL that captures
    information regarding an individual. Name, address, email etc. I have no
    problems getting their information to write into the MySQL database. What I
    would like to be able to do is after the individual presses the submit button
    on the page, their informatin gets written into the database and an email
    message goes automatically back to them thanking them for signing up as well as
    sending me an email so I am aware that a new record has been entered into the
    database. This is where I am completely lost. I found a helpful post in this
    forum that gave me the ability to send an email just to me but not to the
    person who signed up. It would be great if in the message body I was able to
    show them what they submitted but that is not necessary. I am also building a
    section of the site to permit people to update their record as well and would
    like the ability to send the same message after someone updated their
    information as well. I am building the application using Dreamweaver MX on Mac
    OS X and hosting the application on a RedHat Linux machine with PHP Version
    4.3.11.

    Any help would be greatly appreciated.

    Thanks in advance.

    Sincerely,
    Daniel Krajc

    Dan K. Guest

  2. Similar Questions and Discussions

    1. How to Auto Reply in Outlook?
      Hi, This is not Cold Fusion, but I am sure so many of you have used "Out of Office" or auto reply option for receiving email I don't see any...
    2. Creating email auto-responder
      Hello, I am wondering how would I be able to develop an email auto-responder for POP mails? Do I have to use event gateways? If so which gateway...
    3. Auto Dating pages are printed or updated
      I am trying to find a way to have the date print on the pages of my document (file), simaler to how Excel does with its fotter and header...
    4. email - reply address
      After configuring internet access and email accounts using pop3 connector, everything worked fine except for the reply address on the emails. My...
    5. email notification, when database updated?
      Hi, Is it possible for one to program one's pages as such that when a database table is updated over the web, via a form, that an e-mail...
  3. #2

    Default Re: Auto Reply Email with PHP when MySQL is updated

    I have used this PHP form mailer with great success. And it sounds like it does
    everything you are looking to do (except the User Self-Update part of your
    queston, but I'll bet you'll be able to figure it out from here)
    Download the zip, study the code, and change it to suit your needs.
    I hope I'm not off-base by referring yuo to a non-Macromedia solution.
    [url]http://www.xentrik.net/php/mailform.php[/url]

    Use the DW 'Insert Record' behavior to supplement the mail code.
    Good Luck,
    rick

    rickvv1 Guest

  4. #3

    Default Re: Auto Reply Email with PHP when MySQL is updated

    So, just wondering if you got this going? Did any of my advice work?
    rickvv1 Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139