Answer Posted / ravi baba zaa
$_GET - It is build in super global array which collect the values from the FORM which has GET method.
Data is transferred with in URL string hence visible. Data transfered limit max. 100 characters.
$_POST - It is build in super global array which collect the values from the FORM which has POST method.
This method is safe as data is not shown in URL. Also there is
no data transfer limit. 8 Mb max size limit can be changed from PHP.ini
$_REQUEST - The $_REQUEST function can be used to collect form data sent with both the GET and POST methods.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What is difference Between PHP 5 and 7?
What's the output of the ucwords function in this example?
What is the default session out time?
How do you define a constant?
what is constructor
Explain about the connective abilities of the PHP?
How do I know my xampp version?
Is session a cookie?
How to terminate the execution of a script in PHP?
What is interface? Why it is used?
What is different types of visibility?
How to copy a file?
How do I install php and apache on windows 10?
Explain the syntax for ‘foreach’ loop with example.
Explain briefly about a search-friendly site looks like?