What's diffrence between Get() and Post() Function
Answer Posted / saurabh kumar
Get shows information travling on the address bar
but post do not shows in this way the post method is more
secure than get. With the help of get method we can send 100
charecter.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many php functions are there?
How to remove duplicate values from a PHP Array?
Steps for the payment gateway processing?
Explain me how to include a file to a php page?
Explain what does the unset() function means?
Explain what is the function file_get_contents() usefull for?
What is move_uploaded_file in php?
What is the difference between array_pop() and array_push()?
What is a php namespace?
List some of the features of php7.
Why overriding is called runtime polymorphism?
What is a query in php?
What is the difference between static and dynamic websites?
Is runtime polymorphism overriding?
What is php artisan tinker?