diff options
| author | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-25 13:18:11 +0200 |
|---|---|---|
| committer | Marcin Chrzanowski <m@m-chrzan.xyz> | 2021-07-25 13:18:11 +0200 |
| commit | b709f8d5741c395aef12dcbf9a081f868533cfc0 (patch) | |
| tree | 2a4e52e966c3e233c8a7d3100abfe884c35c15cb | |
| parent | adedb5ca3025d476d5605e0e24de3f7f85479721 (diff) | |
Small fixes
| -rw-r--r-- | cgi.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -172,11 +172,11 @@ end</code></pre> <p> In the example request we mentioned above (<code>example.com/calculator.html?a=10&b=32</code>), the part - starting from the question mark, <code>?a=10&b=32</code> is the + starting from the question mark, <code>?a=10&b=32</code>, is the <i>query string</i>. This is how users can submit parameters with their web requests. Usually these parameters are set by e.g. a form on your website, but in our simple example we'll be just manually manipulating - the query string. + the URL. </p> <p> |
