It's "get", see here: -
Just remember you need to sanitise anything coming through there or risk an injection attack
No worries, if you're using forms then you'd probably be better off using post, basically the same thing but done without changing the url: -
Just change your method="" from get to post and use the same way, as for keeping the info between forms have a look into, you can store whatever you need in these just like a normal variable but it's retained across page loads, I'm no expert and have no idea how long these sessions last but I believe it's until they leave the site