What's diffrence between Get() and Post() Function
Answer Posted / rama
get() method we can send only 100 characters
post() method send (in php 8mb it is default in php.ini
file) it can change using ini_set
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is an object in php?
Why session timeout is important?
What is config file in php?
What is array function in javascript?
What is traits? How it is used in php?
What is csrf token and how will you add csrf token in ajax?
Explain the types of string comparision function in PHP
Do you know what is the difference between the include() and require() functions?
Is it worth learning php in 2019?
What does type casting mean in php? Explain with an example?
Explain about switch statement in PHP?
Will react hooks replace redux?
What is php and why we use it?
What is the purpose of the '.myi' file extension? What do thes file contain?
What is session in c#?