PDA

View Full Version : I need help please


lilkatie
05-01-2005, 03:40 AM
Hi all, I hope there is someone out there that can help me out. I have designed a web site for a company and they want and I have designed a employment application but I don't know how to write a cgi scirpt. Can some one tell me if there is software out there that I can put the form into and it give me the cgi script, or what other options that I might have.

Thanks a bunch in advance.
lilkatie

webwolf
11-03-2005, 03:16 AM
I haven't come across any software that will create a cgi script based on form content. At least none that worked. Depending on what your hosting service has on their servers you could use a perl, python , or even JavaScript to write a small cgi script to collect and output your form data.
There are a few online services that can take form submissions abd send you the data in an email. Allforms is a good service to try, http://allforms.mailjol.net
If your server supports python, I have a generic script that could help. Let me know.
Luck :)

Darren
11-04-2005, 05:02 PM
Thanks for lending a helpful hand, WebWolf. :)