Junior PHP Developer Question:

Explain me differences between GET and POST methods?

Junior PHP Developer Interview Question
Junior PHP Developer Interview Question

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 QuestionNext Question
Tell me how a constant is defined in a PHP script?Write a program using while loop in PHP?