Processing Query Strings

http://php.net/manual/en/
Processing Query Strings:
From query string:
First Name: John
Last Name: Doe

From form:

Warning: Undefined array key "fname2" in D:\InetPub\vhosts\mjowett-1638.package\qcitr.com\wwwroot\demos\querystringsprocess.php on line 34
First Name:

Warning: Undefined array key "lname2" in D:\InetPub\vhosts\mjowett-1638.package\qcitr.com\wwwroot\demos\querystringsprocess.php on line 35
Last Name:

Back to Query Strings

Note:
Can use POST/GET/REQUEST

References:
Using query strings in PHP
How to use the query string in PHP