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
Do I need apache for php?
What is php session_start() and session_destroy() function?
Is php deprecated?
Explain do you use composer? If yes, what benefits have you found in it?
What is the integer?
How would you declare a function that receives one parameter name hello?
How many escape sequences are recognized in single-quoted strings?
What is the name of the scripting engine that powers PHP?
What is a php web application?
What is php? Why it is used?
Does cors prevent csrf?
What is $globals php?
Is php an array?
How to redirect https to http url through .htaccess?
What is the use of print_r function in php?