Answer Posted / tejaswini
Get Method:Displays values in the URL.
Stores small amount of data.
not so secure.
Post Method:It stores large amount of data.Secure one
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the php function that removes the first element of the array and returns it?
What is the difference between static and dynamic websites?
What is difference between compile time and run time polymorphism?
Which one is best framework for php?
What is the meaning of die in php?
What does type casting mean in php? Explain with an example?
What is difference between isset and empty in php?
Is php an array?
Why echo is faster than print in php?
How can I convert ereg expressions to preg in php?
How can you encrypt password using php?
Explain what is the difference between for and foreach?
What is $_ get and $_ post in php?
What are some new features introduced in php7?
How do you display the output directly to the browser?