Find the answer to your Linux question:
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 ...
  1. #1
    Linux 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?

  2. #2
    Linux 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.

  3. #3
    Linux Newbie
    Join Date
    Jan 2008
    Posts
    114
    Thanks for writing,

    I have already done it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...