Strict Standards: Only variables should be passed by reference in...
Publicado por Renzo (2 intervenciones) el 20/12/2017 19:58:46
en estas lineas:
me sale este error:
Strict standards: Only variables should be passed by reference
Strict standards: Only variables should be passed by reference
el archivo funciona, pero como podria solucionar ese error?
1
2
$resultado->bindParam(":usuario", $usuario->getUsuario());
$resultado->bindParam(":password", $usuario->getPassword());
me sale este error:
Strict standards: Only variables should be passed by reference
Strict standards: Only variables should be passed by reference
el archivo funciona, pero como podria solucionar ese error?
Valora esta pregunta


0