Junior PHP Developer Question:
Explain me differences between GET and POST methods?
Answer:
We can send 1024 bytes using GET method but POST method can transfer large amount of data and POST is the secure method than GET method.
Previous Question | Next Question |
Tell me how a constant is defined in a PHP script? | Write a program using while loop in PHP? |