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?



What are the differences between Get and post methods in form submitting, give the case where we ca..

Answer / dakshayani

get() method sends data in the form of url but post() method
will send as a data stream.

data transfered thru get() method is not secured whereas
post() method is safe and secured.

data sent thru get() method will be truncated but for post()
method there is no limitation on the amount of data being sent.

Is This Answer Correct ?    24 Yes 0 No

Post New Answer

More PHP Interview Questions

What is the difference between print() and echo() in PHP?

0 Answers  


Which methods should be used for sending an email using the variables $to, $subject, and $body?

0 Answers  


Explain how to execute a php script using command line.

0 Answers  


How can we encrpt a text?

3 Answers  


How would you declare a function that receives one parameter name hello?

0 Answers  






How can we calculate the similarity between two strings?

0 Answers  


What kind of variable is age?

0 Answers  


What changes to done in PHP.ini file for file uploading?

2 Answers  


How to reset/destroy a cookie?

0 Answers  


How to open a file for reading?

0 Answers  


What is php artisan tinker?

0 Answers  


I need to know about the courses which are useful in corporate companies.. especially php/mySQL, Java/j2ee, .NET.. also tell if any other courses are valuable

0 Answers  


Categories