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 maximum size of a table in mysql?
How to access a specific character in a string?
Why use php artisan serve?
What is faster in php?
What is session and Cokkies . How it works . tell some thing about Session_id()
What are the two types of variables?
What is namespace in php?
What is restful api?
How should a model be structured in mvc?
How to remove html tags from data in php?
Which is better wamp or xampp?
How to call a php function from another php file?
Which library is used in php to do various types of image work?
How can we define a variable accessible in functions of a php script?
Why php 7 is faster?