Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

form to e-mail and database

Status
Not open for further replies.

edgarv

MIS
Jul 25, 2003
248
US
Hello,

I am learning HTML,

I have a form that when is submited the answers go to my e-mail, could I have the same form submit the answers to both my e-mail and a database? what would be the best way to go about it?


thank you


Edgar V
 
Server-side scripting. I don't know how your system is working at the moment, but if it is opening your mail client and sending the information, then making it also write to database might be a bit difficult. If it redirects you to another page, where script sends the message, it will probably be easy. But the first thing to know then is which server side scripting language and which database are you using. Second, any question regarding that would fall out of the scope of this forum, so I suggest you ask the question in one of the appropriate forums: PHP, ASP, Coldfusion, Perl, etc.
 

You would need to use server-side code for this - most likely ASP, JSP, PHP, or CFM.

You'd need to ask your hosting company if they offer any server-side scripting abilities.

Hope this helps,
Dan


The answers you get are only as good as the information you give!

 
ahhh that sound more like it. I can either use ASP or Perl
wich one would you recomend, to be more secure and fast
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top