Hello, I have a form that allows users to insert data into MySQL data base, and another from that allows users to submit data to my email ( via GoDaddy.com form mailer ) What i need is a form that would apply those to actions together ,, submit the data into two pages at the same time,, Any ideas ?
I can code this for $10 or you can just code it to submit to a script that that script first insert into SQL and then email you the data prior to script termination.
After I show you the working form, you pay via paypal Then I install it for you on your server or send it to you and you can install. I can do it tonight, let me know if you want me to go ahead. I just need you to email me the database field names, table name and where you want the emails to go. My email is LAMPninjaMAN at gmail. It wouldn't use godaddy formmailer though. Why using godaddy formmailer? I can code it to use their proper relay server.... I code on godaddy all the time. You have shared, vps, cloud or dedicated?
you can just execute the action after the form is set. if (isset($_POST)) { // code for mysql input // code for email } viola, two in one