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
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
How to find a specific value in an array?
How can I load data from a text file into a table?
What is php explain how php works?
How to enable error reporting in php?
Tell me what is the use of explode() function?
Which is correct about mysqli and pdo?
What are php expressions?
How to concatenate two strings together in php?
What is the use of return in php?
Explain what is the main difference between require() and require_once()?
Why does php need server?
Which php function will attach one file to another?
what is session_set_save_handler in PHP?
Does php use html?