form/script creators

General software, Operating Systems, and Programming discussion.
Everything from software questions, OSes, simple HTML to scripting languages, Perl, PHP, Python, MySQL, VB, C++ etc.
Post Reply
User avatar
mountainman
SG VIP
Posts: 15451
Joined: Tue Dec 26, 2000 12:00 am
Location: Colorado

form/script creators

Post by mountainman »

Does anyone have any experience with programs that create the forms AND Perl scripts for pages ? I am looking at one called FormPAL, but I don't want the 7.0 edition. I would like to try an older one out so I can buy it used (= cheaper).

Anyone know of some good ones and where I can try them ?

:)

Thanks !
wink
New Member
Posts: 15
Joined: Mon Dec 08, 2003 3:14 pm
Location: Onthenet

Post by wink »

You might want to look here. They might have something that will do that for you.

http://www.hotscripts.com/CGI_and_Perl/ ... index.html
[color=#00363]Best Regards, Wink
The ISP Report :: ISP/Hosting Reviews
[/color]
User avatar
mountainman
SG VIP
Posts: 15451
Joined: Tue Dec 26, 2000 12:00 am
Location: Colorado

Post by mountainman »

Thanks man. I scrolled down and found this one:

http://tesol.net/scripts/AutoCGIMail/ (click the WORKING DEMO)

It will make the Form and CGI script for you online. It is pretty darn slick. However, I put it on my site, uploaded to server, changed CHMOD to 755, but it won't work. I cannot get a CGI/Perl to work on my server to save my life !

:mad:
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

Use PHP instead of perl, it's better and there are more free php scripts available.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
wink
New Member
Posts: 15
Joined: Mon Dec 08, 2003 3:14 pm
Location: Onthenet

Post by wink »

Originally posted by mountainman
Thanks man. I scrolled down and found this one:

http://tesol.net/scripts/AutoCGIMail/ (click the WORKING DEMO)

It will make the Form and CGI script for you online. It is pretty darn slick. However, I put it on my site, uploaded to server, changed CHMOD to 755, but it won't work. I cannot get a CGI/Perl to work on my server to save my life !

:mad:


I agree PHP is easier to work with. Could you post the error you are getting along with a snippet of the error_log and what Web Server w/ any modules you are using.
[color=#00363]Best Regards, Wink
The ISP Report :: ISP/Hosting Reviews
[/color]
Joe
SG Elite
Posts: 8585
Joined: Sat Jun 02, 2001 7:36 pm
Location: USA

Post by Joe »

PHP is much easier but how many free web servers offer it? And how many payservers have a good rate for it?

PHP is a database like parse style rather than cgi wich interpets commands and then responds.

As far as simple forms go use cgi unless you are dealing with millions of users and need a PHP style database functionality.

You can find loads of CGI/PERL info by searching yahoo for CGI programming or free cgi scripts... if your webserver is NT PERL is automatically mapped but if you use *nix as a server you will need to edit your CGI/PERL file to point to PErl 5 (ussually at the way top of the script as a rem)


''''''
Also open cgi/perl files saved to your hard disk with notepad/wordpad and you will see they generally arent that complicated and you could probably customize it yourself
▼▼▼
www.facebook.com/joe.wanner
twitter.com/TheRealBazooka
mrawesome.tk
▼▼▼
User avatar
TonyT
SG VIP
Posts: 10356
Joined: Fri Jan 28, 2000 12:00 am
Location: Fairfax, VA

Post by TonyT »

And how many payservers have a good rate for it?



Almost all paid web hosts have php 4.x installed and included in the hosting package at no extra fee. Better hosts have sites sandboxed so php errors do not crash other sites.
No one has any right to force data on you
and command you to believe it or else.
If it is not true for you, it isn't true.

LRH
wink
New Member
Posts: 15
Joined: Mon Dec 08, 2003 3:14 pm
Location: Onthenet

Post by wink »

I stumbed on this the other day, might be worth a look if someone wants to play around with php etc..

http://hostrocket.com/free/
[color=#00363]Best Regards, Wink
The ISP Report :: ISP/Hosting Reviews
[/color]
Post Reply