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 / 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 |
What is the most convenient hashing method to be used to hash passwords?
Tell me how can we check the value of a given variable is alphanumeric?
How to connect to a url in php?
What does the php error 'parse error in php - unexpected t_variable at line x' means?
What are the Advantages and Application Areas of PHP?
what is Abbreviavion of PHP?
What are the differences between require and include?
Can anyone explain about join?
What is the difference between explode () and split () functions in php?
How come the code works, but doesn’t for two-dimensional array of mine?
What is the scope of a variable defined in a function?
How php statement is different from php script?