Find knowledge base article(s) by searching for keywords in the title e.g. type linux in the search box below
Find knowledge base article(s) by browsing the subject categories of articles
Technology quick references, cheatsheets, user manuals etc.
Shop Online through ShopifyLite
Tutorials on various IT applications.
Search Title    (UL:0 |SS:f)

Web >> Development >> CGI >> What are the cgi (common gateway interface) request methods and their characteristics



1.  METHOD=GET
    QUERY_STRING=name1=val1_pt1 val1_pt2&name2=val2_pt1 val2_pt2...
    & separates between different name value pairs
    = separates names from values
      separates words within values

2.  METHOD=POST
    CONTENT_LENGTH gives length whole query string   
    query string can be obtained by reading CONTENT_LENGTH
    characters from STDIN




[ © 2008-2021 myfaqbase.com - A property of WPDC Consulting ]