Sr. PHP Programmer Question:
Download Questions PDF

Explain Differences between GET and POST methods?

Senior PHP Programmer Interview Question
Senior PHP Programmer 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 .

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
How to redirect a page in php?What is the difference between mysql_fetch_array() and mysql_fetch_assoc()?