Sr. PHP Programmer Question:

How will you get information sent via get method in PHP?

Senior PHP Programmer Interview Question
Senior PHP Programmer Interview Question

Answer:

The PHP provides $_GET associative array to access all the sent information using GET method.


Previous QuestionNext Question
What are the common usage of PHP?How will you get cookies using PHP?