-
What gives the full path to CGI script?
-
- request_method
- server_name
- script_name
- script_filename
- None of these
Correct Option: D
script_filename gives the full path to the CGI script, script_name gives the name of the CGI script, server_name gives the server’s hostname or IP address, request_method is the method used to make the request, the most common methods are GET and POST.