View Single Post
  #7  
Old 5th November 2014, 14:21
EnzoF1 EnzoF1 is offline
Member
 
Join Date: Sep 2013
P2P
Posts: 7
Default
$_GET, $_POST and $_REQUEST should always be replaced with filter_input(); Please have a look at http://php.net/manual/en/function.filter-input.php and make your code more secure. Preferably with a string/integer check to make sure valid values are given. TIA.
Reply With Quote
The Following User Says Thank You to EnzoF1 For This Useful Post:
BamBam0077 (1st June 2022)