I have a php page that has me stumped. Under what circumstances will php not recognized URL arguments and create the appropriate variables?
I have the following URL (created by a form using "GET"
:
When this page is executed, my server log says:
"Undefined variable: first_name in <blah-blah> on line 10"
"Undefined variable: last_name in <blah-blah> on line 12"
How can these variables be undefined since they are clearly in the URL? TIA.
I have the following URL (created by a form using "GET"

When this page is executed, my server log says:
"Undefined variable: first_name in <blah-blah> on line 10"
"Undefined variable: last_name in <blah-blah> on line 12"
How can these variables be undefined since they are clearly in the URL? TIA.