Link to home
Start Free TrialLog in
Avatar of JASON71
JASON71

asked on

New to CGI

I am setting up a web site that will require CGI forms to send order info to me from customers. While I have some good CGI scripts to use I have been warned that I will need to get a programmer to implement them into my server (A host -not myself). Is this true? If so should I set up the forms and then hire a programmer? Do I need to learn UNIX, PERL, or C? Help!
ASKER CERTIFIED SOLUTION
Avatar of jconde
jconde

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of JASON71
JASON71

ASKER

jorge,
Thanks for your rapid response: basically, I am not familiar with UNIX servers -however I do know a good deal about HTML. I got some CGI scripts out of a book called "Web Commerce Cookbook". I am setting up such a site and will use the CGIs for order forms carrying credit card info. Should I ask the web server (I have not decided one yet -any recommendations?) to recommend a programmer to install it?
Could you recommend a good UNIX text?
Thank you and I will  post your points on a reply
Jason
Ooops!

I can't really recommend any good unix books except unix programming books!....(i.e. Advanced Unix programming Richad W. Stevens).

I'll tell you what:  Try installing the cgi's by your self, and if you have any problems, and allow me to, I'll install them for you!  In case you decide not to for security reasons, do get some one with some unix knowledge to install them for you!

-The cgi must have execute permissions.
-Try avoiding write permissions.

in order to find more about file attributes and permissions, check the chmod command.

your cgi's should look like -rwx-wx--x-  date cgi.name
when ever you do a ls -laF (like dir in DOS)


It's not the fact a programmer installs them, the thing is you might have to configure the httpd daemon which will be kind of hard if you have no Unix experience.  By the way, what Unix is your server running in?  (IRIX, Solaris, DEC, Ultrix.....Linux maybe?)


Another option you have is to send me the cgi's or tell me where to download them, I'll install them in my server, and I'll guide you all the way through via Email!


my email is jconde@securities.com

bye
jorge
Avatar of JASON71

ASKER

Thanks! I will contact you privately nearer to the time! Jason
No problem Jason71!
Avatar of JASON71

ASKER

sweet!