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
Code to open file download dialog in PHP?
Why overriding is called runtime polymorphism?
Difference between array_combine and array_merge?
How can we display information of a variable and readable by human with php?
What is the difference between runtime exception and compile time exception?
What is csrf token and how will you add csrf token in ajax?
Is php still relevant 2019?
Php error constants and their descriptions
What is the use of htmlspecialchars in php?
What is the purpose of break and continue statement?
What is uri routing?
Is facebook still written in php?
Is not null in php?
Do I need to install php after xampp?
What are the advantages of indexes in php?