Html Mail Script

windows

Guest
Anyone know of a location or whereabouts that I can use a simple .cgi script. I dont want to use php. Just a basic html form I can use with I beleive its cgiemail...I looked all over and cannot find one on the support or Cpanel Page?<br /><br />Please help. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/biggrin.gif" style="vertical-align:middle" emoid=":D" border="0" alt="biggrin.gif" /><!--content-->
First of all, Welcome to your extended family <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />Sorry, I dont know the answer to this but I move it for better exposure.<!--content-->
<img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> Welcome to the Family <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/kicking.gif" style="vertical-align:middle" emoid=":dance:" border="0" alt="kicking.gif" /> <br /><br />and your new home!<br />I know you said you do not watnt to use php<br />but it is more secure than cgi.<br />If you are willing to look at just one<br />very easy to use with your form<br /><a href="http://regretless.com/scripts/scripts.php#dodosmail" target="_blank">Dodsmail</a><br />you just edit the e-mail address in the script<br />and point your form to it just like cgi.<br /><br />We really are like family here.<br />So if you need anything,<br />just ask your new family!<br />We love to help <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
Welcome to the family. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><br /><br />The PHP or CGI is just the backend to process you form. You still need to create a form. Using any of the email scripts whether they be PHP or CGI would work.<br /><br />You could even write your own form handlers in Perl to handle just one form. All the scripts on my companies site serve only one form.<!--content-->
Thank you very kind...<br /><br />I guess I wanted to stay away from .php because I have the page designed in HTML and I didnt want to use a .php ext since the page is already created. I will take a try at it though and let you know how it worked.<!--content-->
You call your script to process using an action. The page can be HTML, HTM, PHP what ever.<br /><br />When you create the form in your page the declaration looks like this:<br /><!--quoteo--><div class='quotetop'>QUOTE</div><div class='quotemain'><!--quotec--><form ACTION="http://www.yoursite.com/cgi-bin/yourscript.pl" METHOD="POST"><br />...<br />your input fields<br />...<br /></form><!--QuoteEnd--></div><!--QuoteEEnd--><br />The above example is using a Perl script. It could have been .cgi or .php just as easily.<!--content-->
Yes only the form script is in php <br />and your page with the form on it can still be in html<br /><br />The one I linked to scans for all the form vars just like cgi<br />so you just call it in the action statement.<!--content-->
<img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/rolleyes.gif" style="vertical-align:middle" emoid=":rolleyes:" border="0" alt="rolleyes.gif" /> You guys are great! Worked perfectly with minimal mods. I can see this is going to be a great relationship here!!!!<br /><br />Chris<!--content-->
Glad you are happy Chris,<br />don't be a stranger,<br />you are family now <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/wink.gif" style="vertical-align:middle" emoid=";)" border="0" alt="wink.gif" /><!--content-->
 
Back
Top