What is the diffrence between GET,POST and REQUEST Method.
Answer Posted / narender bisht
POST method send information through HTTP while GET method
send information through url. and REQUEST is use When we
don't know what method is used in first page and we want to
take these variable on second page.
| Is This Answer Correct ? | 8 Yes | 2 No |
Post New Answer View All Answers
Which operator is used to concatenate two strings in PHP?
What does the unset() function mean?
Do you know what is the difference between mysql_fetch_object() and mysql_fetch_array()?
What is $_ env in php?
How to access a global variable inside a function?
What is the difference between php traits vs interfaces?
Why would we use === instead of ==?
How many escape sequences are recognized in double-quoted strings?
Tell me what does the initials of php stand for?
Does php require a web server?
What is php sequence?
How long is session timeout?
What is the use of mysqli_real_escape_string() function?
Why laravel is the best php framework in 2019?
What is the use of trim function in php?