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
Tell me what does the array operator '===' means?
Tell me what is the use of isset() in php?
Does apache use php?
What is rtrim php?
Can php run on windows server?
What are the encryption functions available in PHP?
What kind of things have you done on the social side?
Where is the functions php in wordpress?
Tell me what is the main difference between php 4 and php 5?
What are the two types of variables?
What is $_ request?
What is the value for this auto incremented field user_pri_id?
Is php 7 backwards compatible?
What is return in php function?
How is a constant defined in a PHP script?