bilimio adlı üyeden alıntı:
mesajı görüntüle
$substitutions = array(
'&' => '',
';' => '',
'| ' => '',
'-' => '',
'$' => '',
'(' => '',
')' => '',
'`' => '',
'||' => '',
);
$KullaniciAdi = addslashes(str_replace(array_keys( $substitutions ), $substitutions, $_POST["Kullanici"]));