Home » CSS » CSS Transitions » Question
  1. Which of the following gives the path for CGI script?
    1. remote_addr
    2. path_info
    3. query_string
    4. remote_host
    5. None of these
Correct Option: B

path_info provides the path for the CGI script, query_string gives URL-encoded information that is sent with GET method request, remote_addr gives the IP address of the remote host making the request.



Your comments will be displayed only after manual approval.