what is the difference between GET and POST?
Answer Posted / lakum
Get method is default method In this data is send with URL
Not a secure manner.
In Post method data send in body portion
| Is This Answer Correct ? | 301 Yes | 42 No |
Post New Answer View All Answers
Is strcmp case sensitive?
Do you know what does mvc stand for and what does each component do?
What is singleton design pattern in php?
Write a program in php to print a table of a number?
What are the benefits of using php?
What is "echo" in php?
What should be the length of variable for SHA256?
How to stop the execution of php script?
What is php in full?
List some of the features of php7.
What is an example of a variable?
What is $_ files in php?
What is uniqid php?
Which function would you use to merge two arrays in php?
Explain me what is the use of 'print' in php?