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 orm in php framework?
How to call a php function from another php file?
Can php use gettext?
How can I increase my website session?
Is facebook still written in php?
How do you explain independent and dependent variables?
How do I run a php file?
How we get ip address of client, previous reference page etc?
Explain the casts allowed in PHP?
What is meant by urlencode and urldecode?
What is php oop?
What is variable declaration?
What is the purpose of the '.frm' file extension? What do thes file contain?
Which escape sequences can be used in single quoted strings in php?
Explain difference between urlencode and urldecode?