what is the difference between GET and POST?
Answer Posted / ashish kumar &amit kumar
Get is the method to send the data in very fast but it is
not secure . This data is submited as a part of url,it can
stoe only 18 from veriable.
post is the method to send the data in slow rate at compare
to get() method. It is secured than get(). data is not
visible in the url,it can post unlimited from varible.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is stripslashes php?
What is php array function?
What is the difference between super () and this ()?
What is csrf cookie?
Tell me in php, objects are they passed by value or by reference?
Tell me how is the ternary conditional operator used in php?
Write a program in php to reverse a number?
What is php session start?
Explain about the $_GET variable of PHP?
What are the difference between overloading and overriding in oops?
How can we change the maximum size of the files to be uploaded?
How to remove a file?
what are interfaces and Abstart classes
Tell me what is the use of mysql_real_escape_string() function?
What are php magic methods?