Home » CSS » CSS Transitions » Question
  1. What gives the full path to CGI script?
    1. request_method
    2. server_name
    3. script_name
    4. script_filename
    5. 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.



Your comments will be displayed only after manual approval.