What is the diffrence between GET,POST and REQUEST Method.
Answer Posted / vijay
Hi All:
GET
A : Since information is available on Address bar ,this can
be boomarked( add to favorites list).
B:Limited Information can be sent. (i think its 4KB)
C:Nosecure
D:Used for query somthing (like when u want to fetch data
record)
E:Default addedd in request.(if u dont mention any method
in form tag)
Post:
A: Request Content sent as part of body of request.
B:unlimited data can be sent
C:Secure- cant be book marked.
D:Used to save data (insert/delete/update ..less used with
select clause)
Post
| Is This Answer Correct ? | 10 Yes | 3 No |
Post New Answer View All Answers
What is the difference between php4 and php5?
How do I install php and apache on windows 10?
What are the encryption functions in php?
How to download files from an external server with code in php?
What is ci framework in php?
What is new static in php?
Tell me how would you declare a function that receives one parameter name hello?
How many functions are there in php?
Explain what does the expression exception::__tostring means?
How to turn on the session support?
What is a php array?
What is framework? How it works? What is advantage?
What is compact function php?
Write a program to display a table of any given number?
What is a model in php?