$_REQUEST, $_POST, $_GET 
		Date: 01/17/06 
		(PHP Community)    Keywords: security
 
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? 
Source: http://www.livejournal.com/community/php/396705.html  	
 |