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


Please Help Members By Posting Answers For Below Questions

What is smarty?

495


How is it possible to know the number of rows returned in result set?

523


What is the main difference between require() and include()?

476


Do you know when sessions ends?

552


Will a comparison of an integer 12 and a string "13" work in php?

535






Is it possible to destroy a cookie?

532


Is php a dying language?

532


What is the maximum size of a table in mysql?

531


Which function is used to read a single character from a file in PHP.

559


Which variable declarations within a class is invalid in php?

503


Is php a case sensitive language?

606


How to make horizonatl menu and vertical menu responsive

1867


What are the string function in php?

509


What is php default argument?

537


Explain the changes in php versions?

532