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
Is php the same as html?
How is traits used in php?
What is overloading and overriding in oop?
How to replace a substring in a given string in php?
Does php support overloading?
How does php work with apache?
What are the two types of variables?
Is it possible multiple inheritance in php?
Explain me difference between mysql_connect and mysql_pconnect?
What Is a Persistent Cookie?
Which function can be used to exit from the script after displaying the error message?
Why do you need to filter out empty files?
How to get no. of rows using MYSQL function?
In php, objects are they passed by value or by reference?
Which framework is best for php?