Hatta tam olarak bu şekil
$find = ["+", " "];
$replace = ["_","_"];
@$_GET['nick'] = str_replace($find,$replace,$_GET['nick']);
form username icinde boşluk sorunu |
11 Mesajlar | 2.011 Okunma |
$find = ["+", " "];
$replace = ["_","_"];
@$_GET['nick'] = str_replace($find,$replace,$_GET['nick']);