Link to home
Start Free TrialLog in
Avatar of jubertg
jubertg

asked on

Starting an applicationon the web server

I'm trying to learn CGI , i just want to know how to start an application to run on a webserver after the client hits a link to that application.
ASKER CERTIFIED SOLUTION
Avatar of faster
faster

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 jubertg
jubertg

ASKER

thanks for answering my question...but i need more details on this... I'm not actually submitting a form or something... I just wanted to start an application on my web server when ever this link is clicked...
That is the same.

Say you have a cgi, whose url is http://yourhost/yourcgi.cgi.  Then you should have a link such as: http://yourhost/yourcgi.cgi?querystring.

If the cgi program does not need to have any input, then you can omit the ?querystring part.