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
Is php required for wordpress?
Tell me what should we do to be able to export data into an excel file?
Is wordpress a php framework?
What is difference between mysqli and mysql?
Is it possible to protect special characters in a query string?
Explain what are psrs? Choose 1 and briefly describe it?
How do you check if a variable has been set in php?
What is split function in php?
What is the default session out time?
Which operator is used to combine string values in php?
Tell me what are sql injections, how do you prevent them and what are the best practices?
Applications written to provide a GUI shell for Unix and Linux are called
I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable
What are the file upload settings in configuration file?
What is interface? Why it is used?