What is the difference between GET and POST method?

What is the difference between GET and POST method?

In PHP, both GET and POST method serves the same feature to get the data in variable. Still there is a lots of difference between the both. Can anyone please explain it in detail with the case where we can use GET and POST method in PHP.

View Answers

December 24, 2012 at 3:00 PM

difference between get and post method in PHP

  1. POST method is more secure than GET Method in PHP, as POST method never shows the assigned values into the URL. Where as GET Method always appends the value with URL.

  2. You can send unlimited data using POST method. Whereas GET method has some limitations.









Related Tutorials/Questions & Answers:
What is the difference between GET and POST method?
Difference between GET and POST
Advertisements
differences between GET and POST methods in form submit
HTML form methods GET and POST
What’s the difference between load() and get()?
GET and POST methods
Java Servlet : Difference between GET and POST
What is the difference between the >> and >>> operators?
what is the difference between extends and implements
what is the difference between extends and implements
What is the difference between PHP4 and PHP5?
What is difference between a PROCEDURE & FUNCTION ?
What is the difference between $message and $$message?
what is the Difference between weblogic and jboss?
what is the difference between pop and oop
What is the difference between hibernate and spring
What is the difference between a constructor and a method?
What is difference between the java and javascript?
What is the difference between a JDK and a JVM?
What is difference between Path and Classpath?
What is difference between TRUNCATE & DELETE
What is the difference between JPA and Hibernate?
What is difference between the java and javascript?
What is the difference between ereg_replace() and eregi_replace()?
What is the difference between the functions unlink and unset?
What are the difference between abstract class and interface?
What’s the difference between include and require?
what is the difference between distributed application and web application?
What is the difference between JSF, Servlet and JSP?
What is difference between singleton and prototype bean?
what is difference between objectan primitive? - Java Beginners
what is the difference between productList==null and productList.size()==0
What is the difference between the Boolean & operator and the && operator?
What are difference between Bean Factory and Application Context ?
What is difference between UNIX Hosting and Window Hosting?
what is the difference between the eclipse and myeclipse - IDE Questions
What is the difference between component and tag in JSF?
What is the difference between an if statement and a switch statement?
What is the difference between IN and BETWEEN, that are used inside a WHERE clause?
What is the difference between UNION and UNION ALL in SQL?
What is the difference between a HAVING CLAUSE and a WHERE CLAUSE?
post get
What is the difference between a data analyst and a data scientist?
What is difference between data analyst and data scientist?
what is the difference between frontcontroller and actionservlet? - Struts
What is the difference between Big Data and Hadoop?
What is the difference between Big Data and Hadoop?
what is the difference between jdk 1.4 and 1.5 and 1.6
What is the difference between static and dynamic SQL?
What is the difference between a break statement and a continue statement?

Ads