Difference between GET and POST method

What is the difference between POST and GET in PHP, and how can I access information sent through GET on a form and how about information sent through POST and how to exchange them, or if there's a software to do the exchange?
