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


Please Help Members By Posting Answers For Below Questions

How to create a session? How to set a value in session?

522


What is mvc in php?

537


Explain Type juggling?

574


What is the difference between laravel and php?

506


How does php sessions work?

525






How to uploaded files to a table?

562


How to make horizonatl menu and vertical menu responsive

1875


Tell me how can we pass the variable through the navigation between the pages?

529


What is php destruct?

530


Do you know what does $globals means?

562


How can you pass a variable by reference?

559


How does api connect to database?

562


How to convert a string to uppercase in php?

545


How do you clear environment variables?

540


What are the differences between php3 and php4 and php5? What is the current stable version of php? What advance thing in php7?

622