POST sends data through the body of the request and GET data is passed through the URI
I suggest you always pass form data through to the server via a POST as this data is potentially unlimited regarding size and is more secure where as a GET is limited due to address bar length limitations
__________________ Please login or register to view this content. Registration is FREE