View Single Post
  #1  
Old 10th August 2022, 00:25
BamBam0077 BamBam0077 is offline
Banned
 
Join Date: Jul 2013
P2P
Posts: 410
Smile AjaxChat @link https://blueimp.net/ajax/[sqlpreventsql] function
// Method to prevent SQL injections:
Code:
	
function makeSafe($value) {
		return $this->_db->makeSafe($value);
	}
Edit Where:
Code:
 return mysqli_query(makesafe($value));

Last edited by BamBam0077; 11th August 2022 at 05:16.
Reply With Quote