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 does $_server means?
What is new keyword in php?
What is the difference between implode() and explode() in php?
What is the string concatenation operator in php?
What is difference between session and cookie in PHP?
What is foreach loop in php?
Explain the difference between require() and require_once()?
Write a program to get lcm of two numbers using php?
Is PHP an open source software?
How to read a file in binary mode?
How do you use end in python?
What are the benefits of composer?
What is the difference between php 5 and php 7?
Tell me what does the php error 'parse error in php - unexpected t_variable at line x' means?
What is the difference between javascript and php?