heheh... copywriters write copy - they're the folks who come up with the snazzy text for advertisements etc
The best way to understand the difference between server variables like that is to try them 🙂 Here's a very quick way to see it in action. (Forgive me if you know this already) Store the following file somewhere on your web tree (ideally in a secure area).
<?php
phpinfo();
?>
Now, call this page up in your browser - see it how it shows the values of all your variables?
Now call this page up with some GET variables (eg info.php?color=blue&size=medium) see any difference?
Oh, delete that file when you're finished. It's way too helpful to those who want to do bad things to your server.