Konu: PHP güvenlik önlemleri
05.04.2018 12:40
function esc($string){ return mysqli_real_escape_string($string);}
esc('metin');