Forum Moderators: coopster
mywebsite.com/sitevar=bigboy
or do I use mywebsite.com?sitevar=bigboy
Do I need to define "sitevar" in my html? Or do I?
So how do I take the URL variable "sitevar" in this case "bigboy" and pass it along to the php routine that needs this variable?
thanks,
So if I use the following URL in my browser, mywebsite.com?sitevar=bigboy
How do I pick up the variable “sitevar” so that I can pass it to my php routine?
routine.php?input=sitevar
I realize that within the php routine, I use the $_Get(‘input”) to pass the variable, but my confusion is passing the variable to the website, and then on to the php rouine.