what is the difference between GET and POST?
Answer Posted / yogesh
GET : GET method is a not secure long time period
POST : POST method is a long time period of future is
successfully work on the our file/project
(So better is POST than GET)
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is csrf token and how it works?
Tell me what are the different types of errors in php?
What is polymorphism?
Which method do you follow to get a record from a million records? (Searching not from database, from an array in php)?
Explain how is it possible to set an infinite execution time for php script?
Explain the difference between static and dynamic websites?
What is the difference between explode () and split () functions in php?
Explain how to execute a php script using command line.
What are html entities?
How to make database connection in php?
What is properties of class?
Tell me can you extend a final defined class?
What is a stored procedure in mysql?
What is php pathinfo?
What is the use of count() function in php?