what is the difference between GET,POST and REQUEST in php



what is the difference between GET,POST and REQUEST in php..

Answer / mishra ashutosh

GET
data that is send can be seen in the address bar.so not secure.It has a data size limit.
POST
data is not visible to user, and has more size limit then GET

Both GET and POST can be used as method in form tag.
but REQUEST can't be used there.
REQUEST is generally used where we are not sure about the method whether the data are coming thru POST or GET method.
it is used to get the from data only.


Feel free to ask anything regaring php,mysql,js.
mishraa_007@rediffmail.com

Is This Answer Correct ?    15 Yes 1 No

Post New Answer

More PHP Interview Questions

what is the difference between ph4 and php5

2 Answers  


Is php difficult to learn?

0 Answers  


Write a program in php to check whether a number is prime or not?

0 Answers  


just explain MYSql ISAM and InnoDB functions. and what is the diffrent between both. and which is the better in both.

2 Answers  


If anybody integrate "First Data Global Payment Gateway" in your site?

2 Answers  






What enctype is required for file uploads to work?

0 Answers  


What is cookie?

0 Answers  


Hi, My Name is Ajay Jha. What My Question is I am Percuing in Bca. It's My 5th Semester. I Want To Make My Carrear as a web designer that's Why i wants to do Php, Is it right Desision for Me ?

1 Answers  


What are Sub routines?

1 Answers  


Explain how we can retrieve the data in the result set of mysql using php?

0 Answers  


hi recently i had faced an interview in that they asked me that php have faced the problem of y2k so which one is that year like 2030,2059 not remember exact year anybody will tell me pls?

1 Answers  


How can we determine whether a php variable is an instantiated object of a certain class?

0 Answers  


Categories