Bickey Posted January 15, 2011 Share Posted January 15, 2011 Considering security, is there a disadvantage in using $_REQUEST? Link to comment https://forums.phpfreaks.com/topic/224516-the-difference/ Share on other sites More sharing options...
BlueSkyIS Posted January 15, 2011 Share Posted January 15, 2011 Considering everything, is there ever an advantage in using $_REQUEST? One consideration is that $_REQUEST includes $_GET, so the visitor is provided the simple option of modifying the URL to send $_GET variables into your script. Link to comment https://forums.phpfreaks.com/topic/224516-the-difference/#findComment-1159807 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.