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
What is isset php?
How do you destroy a particular or all Sessions?
What is a php class?
What is the output of the following php code?
Which function is used in php to search a particular value in an array?
Why do you need to filter out empty files?
Explain php split() function.
What is polymorphism?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
What is the current stable version of php? What advance thing in php7?
What is binary safe function in php?
How can cross site request forgery csrf be prevented?
What is array function in javascript?
How to call a php function from html button?
What is the empty function?