MCQs > IT & Programming > PHP > Why is it not recommended to use $_REQUEST when handling form submissions in PHP?

PHP MCQs

Why is it not recommended to use $_REQUEST when handling form submissions in PHP?

Answer

Correct Answer: $_REQUEST includes $_COOKIE by default, and parameters from $_COOKIE with the same name may be overriden with parameters from $_GET or $_POST.

Explanation:

Note: This Question is unanswered, help us to find answer for this one

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

search

PHP Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it