I have seen many posts on having a form "post" to PHP on a server to have the information set to a certain email address. I am still confused a bit. I created a form in HTML that can be viewed here: http://www.heeterins.com/homeowners_quote.html
My problem is first how to get it to "connect" to the PHP file on the server and they the 2nd part that I haven't found any information on is how to direct the form to an email to be viewed? The only thing that I've been seeing in response to these types of questions is this piece of coding <form action="" method="post" name="homequote" id="homequote">. I kind of understand that I need to put in a form action and I'm guessing it will point to the server but how to I redirect it to an email address?
These are what are in the cgi-bin folder on the company's server: PHP4-cgi, PHP5-cgi, PHP-cgi, printenv and test-cgi.
This is Greek to me so any info would help.
Also if I build a site with .aspx would the form still be in PHP or .aspx. I am asking this question for a different website I'm building different website.
Thanks for the help!!!