1.

Which of the following gives the path for CGI script?(a) remote_host(b) remote_addr(c) query_string(d) path_infoThe question was asked in quiz.My doubt stems from CSS Transition, Perl cgi Programming in division CGI Programming & Miscellaneous of CSS

Answer»

Correct option is (d) path_info

To elaborate: 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.



Discussion

No Comment Found

Related InterviewSolutions