What are the differences between Get and post methods in
form submitting, give the case where we can use get and we
can use post methods?
Answer Posted / jasmin
Post method use in FORM posting
Post method can carry unlimited data.
Data secure in post method.
Get method usually carry that information which in visible
to anyone which is append with URL . So the data in not
secure in get methode.
| Is This Answer Correct ? | 14 Yes | 3 No |
Post New Answer View All Answers
What is the difference between characters 34 and x34?
What is uniqid php?
What are escaping characters?
What is __ invoke in php?
What is a closure in php?
Tell me how to set a page as a home page in a php based site?
Is nan in php?
How do I clear my browser session?
explain php variable length argument function.
Why is php used?
Why do we use in php?
Does PHP 5 support exceptions? State Whether True or False?
How can I find my php version?
Xplain is it possible to use com component in php?
What is the Default syntax used in PHP?