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 / malathi

using get method is not secure, ur informations will be
appeared in the url address. using post method is much
secure it will not appear in the url address. eg.secure for
using post method in login form.
Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.

Is This Answer Correct ?    30 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are include() and require() functions?

522


What would occur if a fatal error was thrown in your php program?

541


How long is csrf token?

542


How stop the execution of a php scrip?

531


Is php outdated 2019?

512






What is explode() in php?

539


Explain the difference between unlink() and unset()?

539


How can we upload a file in php?

539


Is php a middleware?

517


Explain what are psrs?

508


What are new features in php 7?

558


Is php front end?

508


What is the use of header in php?

533


Does php support overloading?

571


Is nan in php?

531