what is the difference between GET and POST?
Answer Posted / nikhilkumar bagla
GET :-
-it is used to send information from a form with Get Methods.
-it will be displayed in the browser's address bar(its visible).
-it has limits on the amount of information to send (max. 100 characters).
-When using method="get" in HTML forms, all variable names and values are displayed in the URL.
POST:-
-Information sent from a form with the POST method is invisible to others.
-it has no limits on the amount of information to send.
-by default 8 Mb max size for the POST method, (can be changed by setting the post_max_size in the php.ini file).
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Which framework is best for php?
Is it easy to learn wordpress?
What is a static method php?
What is the name of scripting engine in php?
Hi this is amul jani here, i complied my graduation in B.com stream.. but as career i looking for PHP language.. to get shape my career. so is that possible to enter in IT world.. for me how much scope of develop my career in this field.. amul jani
What are the different types of PHP arrays?
What are magic constants in php?
Write a php script to get the largest key in an array?
Explain difference between urlencode and urldecode?
How can you retrieve data from the mysql database using php?
What are the encryption functions in php?
What is php mean?
What is mean by an associative array?
Which function will you use to create an array?
Explain what does the unset() function means?