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
How to uploaded files to a table?
What does a dependant variable mean?
What is a PHP Filter?
Which is the latest version of php?
How to create database connection and query in php?
What is php form validation?
Could we start a variable with number like $4name?
What is binary safe string?
Explain what are psrs?
How many data types are there in php?
How does php serialize work?
What is meant by an associative array?
What is form submission?
What is csrf token and how it works?
Is php an oop?