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
How many escape sequences are recognized in double-quoted strings in php?
How do you trim spaces in excel?
Can we use get instead of post?
What is the difference between core php and php?
Is it easy to learn php?
How to protect special characters in query string?
How is php different from other languages?
Explain what is the difference between $var and $$var?
What is php constructor?
What is the function mysql_pconnect() useful for?
What is binary safe function in php?
What is the function file_get_contents() useful for?
How to randomly retrieve a value from an array?
Write syntax to open a file in php?
What is the $_ server php_self variable?