arrowToday is February 22, 2012 ... Your IP is 38.107.179.244 ... Listening to: Leatherface, Hot Water Music, and Husker Du ... Top Headline: Opacity in all browsers

Articles PHP post-versus-get-method


pencil Published on October 19, 2011

POST VS. GET

When creating a search form, you can use the GET method to process the user's input, but the information is then appended to the query string in the url. Not very secure. Use the POST method in a secure login form to prevent sensitive information from being displayed in the URL.

Read other PHP posts


All works by Daniel C. Byrd of variablevisions.com