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
Can you use both this () and super () in a constructor?
How to get ip address of clients machine?
What is the difference between echo print and print_r in php?
Which database is best for php?
How can we calculate the similarity between two strings?
Explain what is the function file_get_contents() usefull for?
Explain what is smarty?
How to define a user function?
What is difference between strstr() and stristr() in PHP?
What is difference between sql and php?
What is the interface in php?
what is the use of include_once in php?
What type of headers have to be added in the mail function to attach a file?
Is age interval or ordinal?
Explain me how to include a file to a php page?