$_REQUEST, $_POST, $_GET
Greetings.
I've been using $_REQUEST for a few years now instead of $_GET or $_POST. I have yet to find any sort of decent reasoning as to why we should be using one or the other.
Are there any potential security benefits or risks with using $_REQUEST instead?
I've been using $_REQUEST for a few years now instead of $_GET or $_POST. I have yet to find any sort of decent reasoning as to why we should be using one or the other.
Are there any potential security benefits or risks with using $_REQUEST instead?
