PHP $_GET from URL

shedodido

New Member
I am wondering how I would but information from my website in the URL on the first page of my site and then on the next page use $_GET to get the variables from the URL but the only help I found googling was if you used a form but I was just wanting to put it in a link like \[code\]<a href="http://stackoverflow.com/questions/13852424/mywebsite.com/page?name=$name"></a>\[/code\] So would it work if I did it like that and if it would how would I get it from the url?
 
Back
Top