My PHP script is displaying an error:
Strict Standards: Only variables should be passed by reference in C:\\....*.php on line 551
Use:
$param = strtoupper($a_user[$db_translation['login']]); $res->bindParam(':acc', $param, PDO::PARAM_STR);