Sr. PHP Programmer Question:
How will you get information sent via get method in PHP?

Answer:
The PHP provides $_GET associative array to access all the sent information using GET method.
Previous Question | Next Question |
What are the common usage of PHP? | How will you get cookies using PHP? |