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 |
what is the difference between ph4 and php5
Is php difficult to learn?
Write a program in php to check whether a number is prime or not?
just explain MYSql ISAM and InnoDB functions. and what is the diffrent between both. and which is the better in both.
If anybody integrate "First Data Global Payment Gateway" in your site?
What enctype is required for file uploads to work?
What is cookie?
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 ?
What are Sub routines?
Explain how we can retrieve the data in the result set of mysql using php?
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?
How can we determine whether a php variable is an instantiated object of a certain class?