Answer Posted / ram kaushik
post and get both are used to send data while submission of
the form but the difference is 'get' is used for sending
small data and security threat can happen, in case of post
large data can be sent and data will be secured.
| Is This Answer Correct ? | 8 Yes | 3 No |
Post New Answer View All Answers
Which functions are used to count the total number of array elements in php?
How to convert numbers to strings in php?
Which is true about the singleton design pattern?
What does isset() function?
What is the current php version?
What does a dependant variable mean?
Whether it is possible to share a single instance of a memcache between multiple php projects?
Is runtime polymorphism overriding?
Why super () is used in java?
How to move uploaded files to permanent directory?
What are classes in php?
How we can get the number of elements in an array?
Do csrf tokens expire?
Tell me how do you execute a php script from the command line?
How do I end a php session?