PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!
They all get stored in a superglobal called $_GET which is an array accessible from anywhere. Don't forget to urlencode() strings you'll use in the URL
It's all explained in the manual during the tutorial on PHP.net