Answer Posted / devi
Get Method:
It displays the value in the URL and its used for only
small applications and it as a limit to send information.
Post method :
Where as post method is secured,it doesnot show value in
the URL ,and it can be used in large applications .
Here there is no limit to send information via post
method...
Post method is Secure compare to get method...
| Is This Answer Correct ? | 23 Yes | 1 No |
Post New Answer View All Answers
Explain me what is sql injection?
Write a php function to convert all null values to blank?
How send email using php?
What are the different tables(engine) present in mysql, which one is default?
How do I run a php script?
Whether php supports microsoft sql server?
How can I increase my website session?
How can you retrieve a cookie value?
What are the four scalar types of php?
How error handling is being handled by php?
What is artisan in php?
What is php and what does it do?
Write down the benefits of php7?
What is session in php why it is use?
What is polymorphism with example in php?