Sr. PHP Programmer Question:
Download Questions PDF

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

Answer:

The PHP provides $_POST associative array to access all the sent information using POST method.

Download Senior PHP Programmer Interview Questions And Answers PDF

Previous QuestionNext Question
How will you unset a single session variable?How will you generate random numbers using PHP?