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
How to check an key is exists in array?
What is htaccess in php?
What is whitespace in html?
What is nan value?
What is the delimiter syntax is PHP's default delimiter syntax
How can cross site request forgery csrf be prevented?
What is get and post method in php?
What kind of variable is age?
Write a program to get second highest number in an array using php?
How can you associate a variable with a session?
What is the difference between htmlentities() and htmlspecialchars()?
Binary tree question - Node has numeric data (int) The function takes depth as argument and sum all the value of the node of the depth. For instance, (0) depth 0 / \ 10 20 depth 1 / \ / \ 40 50 60 70 depth 2 so if you pass get_sum(2), you would return 220 which is 40+50+60+70 (sum of depth2) write the function.
What is php session start?
What do you mean by core php?
Is age an interval or ratio?