What's diffrence between Get() and Post() Function
Answers were Sorted based on User's Feedback
Answer / shafique
Get shows information travling on the address bar
but pet do not shows in this way the post method is more
secure than get
Is This Answer Correct ? | 9 Yes | 3 No |
Answer / janakiraman
As said above, i also want to include another point, through
get() method we can send onnly 100 characters, so get()
method as limitation on the information send. whereas post()
method doesn't have any limitaions.
Is This Answer Correct ? | 4 Yes | 2 No |
Answer / ratan 88 01916 546547
Get() variable will show all parameter in address bar but
post not show. Get() nomber of character limited only 150
but post is unlimited.
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / prayas
well including all ,there is one more thing i.e
under GET()Method, we use Request.Querystring to acquire
the form info.But in POST()method,we use Request.Form to
acquire form info.
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / rama
get() method we can send only 100 characters
post() method send (in php 8mb it is default in php.ini
file) it can change using ini_set
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / saurabh kumar
Get shows information travling on the address bar
but post do not shows in this way the post method is more
secure than get. With the help of get method we can send 100
charecter.
Is This Answer Correct ? | 1 Yes | 0 No |
Answer / sri harsha
In get() method form values are send by url and is not secure.
In post() method form values are send along with headers and
was secure.
get method is faster than post method.
Is This Answer Correct ? | 0 Yes | 3 No |
Explain what does the function get_magic_quotes_gpc() means?
List some of the features of php7.
hi sir am a fresher just learning LAMP COURSE linux,apache,mysql and php .just i finished my M.C.A 2009 passed out ..can any one tell after i finish this course how much salary we expect in any php based company ? and also tell please how much salary we can demand as a fresher with my M.C.A qualification as a PHP fresher in a company ? how much we get atleast mininum as a PHP fresher in CHENNAI and Bangalore just send ur valuable suggestions to kiranpulsar2007@gmail.com please guide to me sir
What is the use of final class in php?
Explain me what are the differences between mysql_fetch_array(), mysql_fetch_object(), mysql_fetch_row()?
What is the php function that removes the last element of the array and returns it?
What is framework in php?
How can we register the variables into a Session?
7 Answers HCL, Star Computers, Trikon Networks,
How we can get the number of elements in an array?
Does php have block scope?
Why laravel is best php framework?
Tell me what's the difference between include and require?