- 1
- 2
- 3
- 4
- 5
- 6
- 7
- 8
if (strlen($arResult["AUTH"]["NEW_LOGIN"]) > 47)
$_POST["NEW_LOGIN"] = substr($arResult["AUTH"]["NEW_LOGIN"], 0, 47);
if (strlen($arResult["AUTH"]["NEW_LOGIN"]) < 3)
$arResult["AUTH"]["NEW_LOGIN"] .= "_";
if (strlen($arResult["AUTH"]["NEW_LOGIN"]) < 3)
$arResult["AUTH"]["NEW_LOGIN"] .= "_";
Vasiliy 17.02.2012 20:35 # 0
$arResult["AUTH"]["NEW_LOGIN"] .= "_";
очень мило
Lure Of Chaos 17.02.2012 22:49 # 0
istem 17.02.2012 23:11 # +1
guest 17.02.2012 23:39 # +3
ast 18.02.2012 07:44 # 0
volhv 18.02.2012 13:42 # 0
mkusher 18.02.2012 19:03 # 0
bugmenot 18.02.2012 19:47 # +2
guest8 09.04.2019 12:43 # −999