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?
Answers were Sorted based on User's Feedback
Answer / varun rai
with GET we can send only 4 kb data but with POST there is
no limit and also it is secure than GET.
| Is This Answer Correct ? | 2 Yes | 16 No |
How to redirect a url from http to https in .htaccess?
What does session start do in php?
How does html form submit work?
Is laravel an oop?
What is mod_php?
What is the difference between unlink and unset ?
Which is faster for or foreach?
What is session_register()?
What would occur if a fatal error was thrown in your php program?
What does $_server means?
What is the difference between mysql_fetch_object and mysql_fetch_array?
what is array_search() in php?