Results 1 to 3 of 3
I have a CGI script which manually takes hostname and then we press the submit button to execute it.
script name is: http://abc.com/jaigs.cgi
Now I want to call that script ...
- 01-17-2008 #1Linux Newbie
- Join Date
- Jan 2008
- Posts
- 114
Can I pass value to CGI script at runtime
I have a CGI script which manually takes hostname and then we press the submit button to execute it.
script name is: http://abc.com/jaigs.cgi
Now I want to call that script in newly installed machine at startup runlevel 3 and want to do the same thing but not manually.
Is there anything which I can use or wget can do this?
- 01-17-2008 #2Linux Engineer
- Join Date
- Nov 2004
- Location
- Ft. Polk, LA
- Posts
- 796
It can be done with wget, if you use GET method than just use the address with the proper variables, if POST then check the manual to see how to pass POST data.
- 01-17-2008 #3Linux Newbie
- Join Date
- Jan 2008
- Posts
- 114
Thanks for writing,
I have already done it.


Reply With Quote