Query string: Difference between revisions

Content deleted Content added
example + see also
Example: how the program can read the query string
Line 47:
 
firstname=this+is+a+fileld&secondname=was+it+clear+%28already%29%3F
 
In [[UNIX]]-based [[web server]], the program receives the query string as an [[environment variable]] named <code>QUERY_STRING</code>
 
== See also ==