J
Jane Here
I want to go to a page on my web site and show two fields. I will use my own
program to open the web page. I want to pass to the web page the user's name
and their country, and have the web page display this information.
Example: Pass parameters to web site: Jane Here, New York.
Have the web page say: "Welcome Jane Here from New York."
Is the syntax to call the page something like this?
www.whatever.com/hello.com?name=JaneHere?city=New York
I don't know how to capture the variables passed to the page and then how to
use them to show the required text. Can someone get me started please?
program to open the web page. I want to pass to the web page the user's name
and their country, and have the web page display this information.
Example: Pass parameters to web site: Jane Here, New York.
Have the web page say: "Welcome Jane Here from New York."
Is the syntax to call the page something like this?
www.whatever.com/hello.com?name=JaneHere?city=New York
I don't know how to capture the variables passed to the page and then how to
use them to show the required text. Can someone get me started please?