what is the difference between GET and POST?
Answer Posted / rahul kumar
Get-> we can transfer limited data and its not secure.
post-> we can transfer unlimited data. ans its a secure.
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
How is csrf token generated?
Is false empty php?
How many types of array are there in php?
Define soundex()?
What is csrf validation?
Explain me what is the goto statement useful for?
How do you check is php not empty?
Write a program to display a table of any given number?
If we login more than one browser windows at the same time with same user and after that we close one window, then is the session is exist to other windows or not? And if yes then why? If no then why?
How to strip whitespace (or other characters) from the beginning and end of a string?
Is empty java?
Do I need apache for php?
So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?
Write a query to find the 2nd highest salary of an employee from the employee table?
What are the advantages of using php?