http://www.w3schools.com/php/php_forms.asp
On the page above I read that GET variables are send via the url and POST variables are sent as an HTTP request. When I tried POST with a simple php script all of my POST variables were still in the URL which is what I was expecting for GET. Could someone clear this up for me? Thanks.