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 most convenient hashing method to be used to hash passwords?

0 Answers  


Tell me how can we check the value of a given variable is alphanumeric?

0 Answers  


How to connect to a url in php?

0 Answers  


What does the php error 'parse error in php - unexpected t_variable at line x' means?

0 Answers  


What are the Advantages and Application Areas of PHP?

0 Answers  


what is Abbreviavion of PHP?

6 Answers  


What are the differences between require and include?

0 Answers  


Can anyone explain about join?

3 Answers  


What is the difference between explode () and split () functions in php?

0 Answers  


How come the code works, but doesn’t for two-dimensional array of mine?

0 Answers  


What is the scope of a variable defined in a function?

0 Answers  


How php statement is different from php script?

0 Answers  


Categories