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
Under what circumstance is it impossible to assign a default value to a parameter while declaring a function?
How to convert a json string to an array in php?
How to Pass JSON Data in a URL using CURL in PHP?
What are the design patterns in php?
Explain what are psrs? Choose 1 and briefly describe it?
What is in php 7?
What is difference between strstr() and stristr() in PHP?
What is mean by an associative array?
How to read a file in binary mode?
Describe PHP error and logging information?
List some of the features of php7.
Explain object-oriented methodology in php?
What are the advantages of php mysql?
How to write comment in php?
Is python easier than php?