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 / prasad konnur
with Get we can send limited number of characters in query
string.
Post method is more secure than Get.
| Is This Answer Correct ? | 27 Yes | 5 No |
Post New Answer View All Answers
Do I need to install php after xampp?
Is multilevel inheritance possible in php?
write a prog using insert,update,delete in this manner as output? name: phno. add button 1.name phno. edit button delete button 2.
What's the best method for sanitizing user input with php?
Is it easy to learn wordpress?
What is uniqid php?
Is php a dying language?
What are the differences between GET and POST methods?
Explain the difference between $message and $$message?
How check field is empty or not in php?
What is difference between array_merge and array_combine?
What are the rules to declare a php variables?
What is purpose of @ in Php?
Is jquery better than javascript?
Is key exist in array php?