Get and Post are two different method of PHP.
With POST Method, Variables sent with HTTP POST are not shown in the URL
and Variables have no length limit
Instead Using GET method all the variable and values shows on address bar, so sending secured information like username and password is not safe here.
This can be Bookmarked.
http://www.shimul.info