-
Which of the following gives the path for CGI script?
-
- remote_addr
- path_info
- query_string
- remote_host
- 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.