php? html? what code should I use?

  • Thread starter Thread starter blair p
  • Start date Start date
B

blair p

Guest
So I wrote code for a page that has a bunch of text field, check box, and scroll forms and I want to make a button that will submit all the entry data to a single email address, but I'm a bit of a newb. Got any tips?
 
You will need a scripting language script for that, like php, to gather the information, format it, and email it. This isn't always as easy as it sounds, every host can be different and you have to have all the settings and naming conventions exact or the email option won't work. The simplest thing can sometimes be to have it write to a text file that you view through your browser with another php script, always works and is pretty simple.
 
Back
Top