Jump to content

Recommended Posts

Posted

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?

 

Please help. :dance:

Posted

:dance: Welcome to the Family :dance:

 

and your new home!

I know you said you do not watnt to use php

but it is more secure than cgi.

If you are willing to look at just one

very easy to use with your form

Dodsmail

you just edit the e-mail address in the script

and point your form to it just like cgi.

 

We really are like family here.

So if you need anything,

just ask your new family!

We love to help :)

Posted

Welcome to the family. :dance:

 

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.

 

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.

Posted

Thank you very kind...

 

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.

Posted

You call your script to process using an action. The page can be HTML, HTM, PHP what ever.

 

When you create the form in your page the declaration looks like this:

...

your input fields

...

The above example is using a Perl script. It could have been .cgi or .php just as easily.

Posted

Yes only the form script is in php

and your page with the form on it can still be in html

 

The one I linked to scans for all the form vars just like cgi

so you just call it in the action statement.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...