Long description

Back

The browser window has a tab titled localhost colon 81 forward slash chapters forward slash 09. The address bar reads, localhost colon 81 forward slash chapters forward slash 09 forward slash test hyphen get hyphen form dot h t m l. A textbox that contains the value "programozas jo!!" is placed at the top left of the browser window with a submit button at its right.

The second browser window that has a tab titled localhost colon 81 forward slash chapters forward slash 09 is placed below the first browser window. The address bar reads, localhost colon 81 forward slash chapters forward slash 09 forward slash test hyphen get dot p h p question mark name equals Programoz percent E 1 s plus j percent F 3 percent 21 percent 21. The browser window consists of two lines of text that reads as follows: Line 1: dollar underscore GET open square bracket open single quote name close single quote close square bracket value colon. Line 2: Programozas jo!!. Line 2 indicates that PHP automatically performed the URL decoding. The value in the textbox placed in the first browser window corresponds to “Programoz percent E 1 s plus j percent F 3 percent 21 percent 21” in the address bar of the second browser window. This indicates that the URL encoding automatically done by the browser.

Back